#208C41

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

Shades of Sea Green #208C41

Tints of Sea Green #208C41

Color information

#208C41 (or 0x208C41) is unknown color: approx Sea Green. HEX triplet: 20, 8C and 41. RGB value is (32,140,65). Sum of RGB (Red+Green+Blue) = 32+140+65=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 140 (55.08% from 255 or 59.07% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 140 - color contains mainly: green. Hex color #208C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208C41 is #DF73BE. Grayscale: #636363. Windows color (decimal): -14644159 or 4295712. OLE color: 4295712.

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

Color convert

RGB3214065-
CMYK0.7700.540.45
HSL138.33º62.79%33.73%-
HSV(B)138.33º77.14%54.9%-
XYZ10.9319.448.18-
YUV99.16108.7280.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 140 (55.08% from 255) = 59.07%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=13.50%
G=59.07%
B=27.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32140650.7700.540.45138.3362.7933.73
Hex208C414D0362D8a3f22
Octal40214101115066552127742
Binary1000001000110010000011001101011011010110110001010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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