#208B4B

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

Shades of Sea Green #208B4B

Tints of Sea Green #208B4B

Color information

#208B4B (or 0x208B4B) is unknown color: approx Sea Green. HEX triplet: 20, 8B and 4B. RGB value is (32,139,75). Sum of RGB (Red+Green+Blue) = 32+139+75=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #208B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B4B is #DF74B4. Grayscale: #636363. Windows color (decimal): -14644405 or 4950816. OLE color: 4950816.

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

Color convert

RGB3213975-
CMYK0.7700.460.45
HSL144.11º62.57%33.53%-
HSV(B)144.11º76.98%54.51%-
XYZ11.119.289.79-
YUV99.71114.0579.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 139 (54.69% from 255) = 56.50%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=13.01%
G=56.50%
B=30.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32139750.7700.460.45144.1162.5733.53
Hex208B4B4D02E2D903f22
Octal40213113115056552207742
Binary1000001000101110010111001101010111010110110010000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,139,75); }

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

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

 a { background-color: rgb(32,139,75); }

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

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

 span { border-color: rgb(32,139,75); }

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