#208C51

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

Shades of Sea Green #208C51

Tints of Sea Green #208C51

Color information

#208C51 (or 0x208C51) is unknown color: approx Sea Green. HEX triplet: 20, 8C and 51. RGB value is (32,140,81). Sum of RGB (Red+Green+Blue) = 32+140+81=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #208C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C51 is #DF73AE. Grayscale: #656565. Windows color (decimal): -14644143 or 5344288. OLE color: 5344288.

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

Color convert

RGB3214081-
CMYK0.7700.420.45
HSL147.22º62.79%33.73%-
HSV(B)147.22º77.14%54.9%-
XYZ11.4619.6610.97-
YUV100.98116.7278.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 140 (55.08% from 255) = 55.34%
BLUE value IS 81 (32.03% from 255) = 32.02%
R=12.65%
G=55.34%
B=32.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140810.7700.420.45147.2262.7933.73
Hex208C514D02A2D933f22
Octal40214121115052552237742
Binary1000001000110010100011001101010101010110110010011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,140,81); }

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

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

 a { background-color: rgb(32,140,81); }

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

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

 span { border-color: rgb(32,140,81); }

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