#208C50

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

Shades of Sea Green #208C50

Tints of Sea Green #208C50

Color information

#208C50 (or 0x208C50) is unknown color: approx Sea Green. HEX triplet: 20, 8C and 50. RGB value is (32,140,80). Sum of RGB (Red+Green+Blue) = 32+140+80=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #208C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C50 is #DF73AF. Grayscale: #646464. Windows color (decimal): -14644144 or 5278752. OLE color: 5278752.

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

Color convert

RGB3214080-
CMYK0.7700.430.45
HSL146.67º62.79%33.73%-
HSV(B)146.67º77.14%54.9%-
XYZ11.4219.6410.78-
YUV100.87116.2278.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=12.70%
G=55.56%
B=31.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140800.7700.430.45146.6762.7933.73
Hex208C504D02B2D933f22
Octal40214120115053552237742
Binary1000001000110010100001001101010101110110110010011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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