#208C5A

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

Shades of Sea Green #208C5A

Tints of Sea Green #208C5A

Color information

#208C5A (or 0x208C5A) is unknown color: approx Sea Green. HEX triplet: 20, 8C and 5A. RGB value is (32,140,90). Sum of RGB (Red+Green+Blue) = 32+140+90=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 140 (55.08% from 255 or 53.44% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 140 - color contains mainly: green. Hex color #208C5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C5A is #DF73A5. Grayscale: #666666. Windows color (decimal): -14644134 or 5934112. OLE color: 5934112.

HSL color Cylindrical-coordinate representation of color #208C5A: hue angle of 152.22º 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 #208C5A is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB3214090-
CMYK0.7700.360.45
HSL152.22º62.79%33.73%-
HSV(B)152.22º77.14%54.9%-
XYZ11.8219.812.87-
YUV102.01121.2278.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 140 (55.08% from 255) = 53.44%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=12.21%
G=53.44%
B=34.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140900.7700.360.45152.2262.7933.73
Hex208C5A4D0242D983f22
Octal40214132115044552307742
Binary1000001000110010110101001101010010010110110011000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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