#208E5B

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

Shades of Sea Green #208E5B

Tints of Sea Green #208E5B

Color information

#208E5B (or 0x208E5B) is unknown color: approx Sea Green. HEX triplet: 20, 8E and 5B. RGB value is (32,142,91). Sum of RGB (Red+Green+Blue) = 32+142+91=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #208E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E5B is #DF71A4. Grayscale: #676767. Windows color (decimal): -14643621 or 6000160. OLE color: 6000160.

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

Color convert

RGB3214291-
CMYK0.7700.360.44
HSL152.18º63.22%34.12%-
HSV(B)152.18º77.46%55.69%-
XYZ12.1620.4113.2-
YUV103.3121.0677.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=12.08%
G=53.58%
B=34.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32142910.7700.360.44152.1863.2234.12
Hex208E5B4D0242C983f22
Octal40216133115044542307742
Binary1000001000111010110111001101010010010110010011000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,142,91); }

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

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

 a { background-color: rgb(32,142,91); }

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

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

 span { border-color: rgb(32,142,91); }

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