#208A4D

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

Shades of Sea Green #208A4D

Tints of Sea Green #208A4D

Color information

#208A4D (or 0x208A4D) is unknown color: approx Sea Green. HEX triplet: 20, 8A and 4D. RGB value is (32,138,77). Sum of RGB (Red+Green+Blue) = 32+138+77=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #208A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A4D is #DF75B2. Grayscale: #636363. Windows color (decimal): -14644659 or 5081632. OLE color: 5081632.

HSL color Cylindrical-coordinate representation of color #208A4D: hue angle of 145.47º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A4D is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB3213877-
CMYK0.7700.440.46
HSL145.47º62.35%33.33%-
HSV(B)145.47º76.81%54.12%-
XYZ11.0219.0210.11-
YUV99.35115.3879.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 138 (54.30% from 255) = 55.87%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=12.96%
G=55.87%
B=31.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32138770.7700.440.46145.4762.3533.33
Hex208A4D4D02C2E913e21
Octal40212115115054562217641
Binary1000001000101010011011001101010110010111010010001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,138,77); }

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

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

 a { background-color: rgb(32,138,77); }

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

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

 span { border-color: rgb(32,138,77); }

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