#208D5D

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

Shades of Sea Green #208D5D

Tints of Sea Green #208D5D

Color information

#208D5D (or 0x208D5D) is unknown color: approx Sea Green. HEX triplet: 20, 8D and 5D. RGB value is (32,141,93). Sum of RGB (Red+Green+Blue) = 32+141+93=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #208D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D5D is #DF72A2. Grayscale: #676767. Windows color (decimal): -14643875 or 6130976. OLE color: 6130976.

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

Color convert

RGB3214193-
CMYK0.7700.340.45
HSL153.58º63.01%33.92%-
HSV(B)153.58º77.3%55.29%-
XYZ12.120.1513.61-
YUV102.94122.3977.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 141 (55.47% from 255) = 53.01%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=12.03%
G=53.01%
B=34.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32141930.7700.340.45153.5863.0133.92
Hex208D5D4D0222D9a3f22
Octal40215135115042552327742
Binary1000001000110110111011001101010001010110110011010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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