#208E52

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

Shades of Sea Green #208E52

Tints of Sea Green #208E52

Color information

#208E52 (or 0x208E52) is unknown color: approx Sea Green. HEX triplet: 20, 8E and 52. RGB value is (32,142,82). Sum of RGB (Red+Green+Blue) = 32+142+82=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #208E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E52 is #DF71AD. Grayscale: #666666. Windows color (decimal): -14643630 or 5410336. OLE color: 5410336.

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

Color convert

RGB3214282-
CMYK0.7700.420.44
HSL147.27º63.22%34.12%-
HSV(B)147.27º77.46%55.69%-
XYZ11.7920.2611.27-
YUV102.27116.5677.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 142 (55.86% from 255) = 55.47%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=12.5%
G=55.47%
B=32.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32142820.7700.420.44147.2763.2234.12
Hex208E524D02A2C933f22
Octal40216122115052542237742
Binary1000001000111010100101001101010101010110010010011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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