#208A5C

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

Shades of Sea Green #208A5C

Tints of Sea Green #208A5C

Color information

#208A5C (or 0x208A5C) is unknown color: approx Sea Green. HEX triplet: 20, 8A and 5C. RGB value is (32,138,92). Sum of RGB (Red+Green+Blue) = 32+138+92=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #208A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A5C is #DF75A3. Grayscale: #656565. Windows color (decimal): -14644644 or 6064672. OLE color: 6064672.

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

Color convert

RGB3213892-
CMYK0.7700.330.46
HSL153.96º62.35%33.33%-
HSV(B)153.96º76.81%54.12%-
XYZ11.6219.2613.23-
YUV101.06122.8878.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 138 (54.30% from 255) = 52.67%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=12.21%
G=52.67%
B=35.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32138920.7700.330.46153.9662.3533.33
Hex208A5C4D0212E9a3e21
Octal40212134115041562327641
Binary1000001000101010111001001101010000110111010011010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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