#208C3C

Color #208C3C Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #208C3C

Tints of Sea Green #208C3C

Color information

#208C3C (or 0x208C3C) is unknown color: approx Sea Green. HEX triplet: 20, 8C and 3C. RGB value is (32,140,60). Sum of RGB (Red+Green+Blue) = 32+140+60=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 140 (55.08% from 255 or 60.34% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 140 - color contains mainly: green. Hex color #208C3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208C3C is #DF73C3. Grayscale: #626262. Windows color (decimal): -14644164 or 3968032. OLE color: 3968032.

HSL color Cylindrical-coordinate representation of color #208C3C: hue angle of 135.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208C3C is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB3214060-
CMYK0.7700.570.45
HSL135.56º62.79%33.73%-
HSV(B)135.56º77.14%54.9%-
XYZ10.7919.397.45-
YUV98.59106.2280.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 140 (55.08% from 255) = 60.34%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=13.79%
G=60.34%
B=25.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140600.7700.570.45135.5662.7933.73
Hex208C3C4D0392D883f22
Octal4021474115071552107742
Binary100000100011001111001001101011100110110110001000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208C3C; }

 p { color: rgb(32,140,60); }

 H1.HeaderClassName
 {
   color: #208C3C;
 }
 .AnyTagClassName
 {
   color: #208C3C;
 }
</style>
background-color css

<style>
 a { background-color: #208C3C; }

 a { background-color: rgb(32,140,60); }

 div.DivClassName
 {
   background-color: #208C3C;
 }
 .BgClassName
 {
   background-color: #208C3C;
 }
</style>
border-color css

<style>
 span { border-color: #208C3C; }

 span { border-color: rgb(32,140,60); }

 td.TdClassName
 {
   border-color: #208C3C;
 }
 .TagClassName
 {
   border-color: #208C3C;
 }
</style>