Html Css Color HEX #208C50 Sea Green

📋 copy color: '#208C50'

red 32 ◦ green 140 ◦ blue 80

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

Shades of Sea Green #208C50

Tints of Sea Green #208C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 55.56%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 12.7%
G = 55.56%
B = 31.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#208C50 (or 0x208C50) is known color: Sea Green. HEX triplet: 20, 8C and 50. RGB value is (32,140,80). Sum of RGB (Red+Green+Blue) = 32+140+80=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #208C50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C50 is #DF73AF. Grayscale: #646464. Windows color (decimal): -14644144 or 5278752. OLE color: 5278752.

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

Color convert

RGB 32 140 80 -
CMYK 0.77 0 0.43 0.45
HSL 146.67º 0.63% 0.34% -
HSV(B) 146.67º 0.77% 0.55% -
XYZ 11.42 19.64 10.78 -
YUV 100.87 116.22 78.88 -
System Red Green Blue C M Y K H S L
Decimal 32 140 80 0.77 0 0.43 0.45 146.67 0.63 0.34
Hex 20 8C 50 4D 0 2B 2D 93 3F 22
Octal 40 214 120 115 0 53 55 223 77 42
Binary 100000 10001100 1010000 1001101 0 101011 101101 10010011 111111 100010

Color Harmonies of #208C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208C50

Black with #208C50

Text Example


Text Example

White with #208C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,140,80); }

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

background-color css

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

 a { background-color: rgb(32,140,80); }

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

border-color css

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

 span { border-color: rgb(32,140,80); }

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