#208D4F

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

Shades of Sea Green #208D4F

Tints of Sea Green #208D4F

Color information

#208D4F (or 0x208D4F) is unknown color: approx Sea Green. HEX triplet: 20, 8D and 4F. RGB value is (32,141,79). Sum of RGB (Red+Green+Blue) = 32+141+79=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #208D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D4F is #DF72B0. Grayscale: #656565. Windows color (decimal): -14643889 or 5213472. OLE color: 5213472.

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

Color convert

RGB3214179-
CMYK0.7700.440.45
HSL145.87º63.01%33.92%-
HSV(B)145.87º77.3%55.29%-
XYZ11.5319.9210.63-
YUV101.34115.3978.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=12.70%
G=55.95%
B=31.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32141790.7700.440.45145.8763.0133.92
Hex208D4F4D02C2D923f22
Octal40215117115054552227742
Binary1000001000110110011111001101010110010110110010010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,141,79); }

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

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

 a { background-color: rgb(32,141,79); }

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

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

 span { border-color: rgb(32,141,79); }

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