Html Css Color HEX #208F56 Sea Green

📋 copy color: '#208F56'

red 32 ◦ green 143 ◦ blue 86

#208F56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #208F56

Tints of Sea Green #208F56

RGB

 RED value IS 32 (12.89% from 255) = 12.26%

 GREEN value IS 143 (56.25% from 255) = 54.79%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 12.26%
G = 54.79%
B = 32.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#208F56 (or 0x208F56) is known color: Sea Green. HEX triplet: 20, 8F and 56. RGB value is (32,143,86). Sum of RGB (Red+Green+Blue) = 32+143+86=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 143 (56.25% from 255 or 54.79% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 143 - color contains mainly: green. Hex color #208F56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208F56 is #DF70A9. Grayscale: #676767. Windows color (decimal): -14643370 or 5672736. OLE color: 5672736.

HSL color Cylindrical-coordinate representation of color #208F56: hue angle of 149.19º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208F56 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 143 86 -
CMYK 0.78 0 0.40 0.44
HSL 149.19º 0.63% 0.34% -
HSV(B) 149.19º 0.78% 0.56% -
XYZ 12.1 20.62 12.15 -
YUV 103.31 118.23 77.13 -
System Red Green Blue C M Y K H S L
Decimal 32 143 86 0.78 0 0.40 0.44 149.19 0.63 0.34
Hex 20 8F 56 4E 0 28 2C 95 3F 22
Octal 40 217 126 116 0 50 54 225 77 42
Binary 100000 10001111 1010110 1001110 0 101000 101100 10010101 111111 100010

Color Harmonies of #208F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208F56

Black with #208F56

Text Example


Text Example

White with #208F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,143,86); }

 H1.HeaderClassName
 {
   color: #208F56;
 }
 .AnyTagClassName
 {
   color: #208F56;
 }
</style>

background-color css

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

 a { background-color: rgb(32,143,86); }

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

border-color css

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

 span { border-color: rgb(32,143,86); }

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