Html Css Color HEX #208D4F Sea Green

📋 copy color: '#208D4F'

red 32 ◦ green 141 ◦ blue 79

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

Shades of Sea Green #208D4F

Tints of Sea Green #208D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.95%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 12.7%
G = 55.95%
B = 31.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#208D4F (or 0x208D4F) is known color: Sea Green. HEX triplet: 20, 8D and 4F. RGB value is (32,141,79). Sum of RGB (Red+Green+Blue) = 32+141+79=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #208D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D4F is #DF72B0. Grayscale: #656565. Windows color (decimal): -14643889 or 5213472. OLE color: 5213472.

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

Color convert

RGB 32 141 79 -
CMYK 0.77 0 0.44 0.45
HSL 145.87º 0.63% 0.34% -
HSV(B) 145.87º 0.77% 0.55% -
XYZ 11.53 19.92 10.63 -
YUV 101.34 115.39 78.54 -
System Red Green Blue C M Y K H S L
Decimal 32 141 79 0.77 0 0.44 0.45 145.87 0.63 0.34
Hex 20 8D 4F 4D 0 2C 2D 92 3F 22
Octal 40 215 117 115 0 54 55 222 77 42
Binary 100000 10001101 1001111 1001101 0 101100 101101 10010010 111111 100010

Color Harmonies of #208D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208D4F

Black with #208D4F

Text Example


Text Example

White with #208D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,141,79); }

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

background-color css

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

 a { background-color: rgb(32,141,79); }

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

border-color css

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

 span { border-color: rgb(32,141,79); }

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