#208D4A

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

Shades of Sea Green #208D4A

Tints of Sea Green #208D4A

Color information

#208D4A (or 0x208D4A) is unknown color: approx Sea Green. HEX triplet: 20, 8D and 4A. RGB value is (32,141,74). Sum of RGB (Red+Green+Blue) = 32+141+74=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #208D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208D4A is #DF72B5. Grayscale: #646464. Windows color (decimal): -14643894 or 4885792. OLE color: 4885792.

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

Color convert

RGB3214174-
CMYK0.7700.480.45
HSL143.12º63.01%33.92%-
HSV(B)143.12º77.3%55.29%-
XYZ11.3619.859.71-
YUV100.77112.8978.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 141 (55.47% from 255) = 57.09%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=12.96%
G=57.09%
B=29.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32141740.7700.480.45143.1263.0133.92
Hex208D4A4D0302D8f3f22
Octal40215112115060552177742
Binary1000001000110110010101001101011000010110110001111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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