#208B56

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

Shades of Sea Green #208B56

Tints of Sea Green #208B56

Color information

#208B56 (or 0x208B56) is unknown color: approx Sea Green. HEX triplet: 20, 8B and 56. RGB value is (32,139,86). Sum of RGB (Red+Green+Blue) = 32+139+86=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #208B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B56 is #DF74A9. Grayscale: #656565. Windows color (decimal): -14644394 or 5671712. OLE color: 5671712.

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

Color convert

RGB3213986-
CMYK0.7700.380.45
HSL150.28º62.57%33.53%-
HSV(B)150.28º76.98%54.51%-
XYZ11.5119.4411.95-
YUV100.96119.5578.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 139 (54.69% from 255) = 54.09%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=12.45%
G=54.09%
B=33.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32139860.7700.380.45150.2862.5733.53
Hex208B564D0262D963f22
Octal40213126115046552267742
Binary1000001000101110101101001101010011010110110010110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,139,86); }

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

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

 a { background-color: rgb(32,139,86); }

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

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

 span { border-color: rgb(32,139,86); }

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