Html Css Color HEX #208D4C Sea Green

📋 copy color: '#208D4C'

red 32 ◦ green 141 ◦ blue 76

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

Shades of Sea Green #208D4C

Tints of Sea Green #208D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 12.85%
G = 56.63%
B = 30.52%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#208D4C (or 0x208D4C) is known color: Sea Green. HEX triplet: 20, 8D and 4C. RGB value is (32,141,76). Sum of RGB (Red+Green+Blue) = 32+141+76=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #208D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208D4C is #DF72B3. Grayscale: #656565. Windows color (decimal): -14643892 or 5016864. OLE color: 5016864.

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

Color convert

RGB 32 141 76 -
CMYK 0.77 0 0.46 0.45
HSL 144.22º 0.63% 0.34% -
HSV(B) 144.22º 0.77% 0.55% -
XYZ 11.43 19.88 10.07 -
YUV 101 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 32 141 76 0.77 0 0.46 0.45 144.22 0.63 0.34
Hex 20 8D 4C 4D 0 2E 2D 90 3F 22
Octal 40 215 114 115 0 56 55 220 77 42
Binary 100000 10001101 1001100 1001101 0 101110 101101 10010000 111111 100010

Color Harmonies of #208D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208D4C

Black with #208D4C

Text Example


Text Example

White with #208D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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