Html Css Color HEX #208F53 Sea Green

📋 copy color: '#208F53'

red 32 ◦ green 143 ◦ blue 83

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

Shades of Sea Green #208F53

Tints of Sea Green #208F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 12.4%
G = 55.43%
B = 32.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#208F53 (or 0x208F53) is known color: Sea Green. HEX triplet: 20, 8F and 53. RGB value is (32,143,83). Sum of RGB (Red+Green+Blue) = 32+143+83=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #208F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208F53 is #DF70AC. Grayscale: #676767. Windows color (decimal): -14643373 or 5476128. OLE color: 5476128.

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

Color convert

RGB 32 143 83 -
CMYK 0.78 0 0.42 0.44
HSL 147.57º 0.63% 0.34% -
HSV(B) 147.57º 0.78% 0.56% -
XYZ 11.98 20.58 11.52 -
YUV 102.97 116.73 77.38 -
System Red Green Blue C M Y K H S L
Decimal 32 143 83 0.78 0 0.42 0.44 147.57 0.63 0.34
Hex 20 8F 53 4E 0 2A 2C 94 3F 22
Octal 40 217 123 116 0 52 54 224 77 42
Binary 100000 10001111 1010011 1001110 0 101010 101100 10010100 111111 100010

Color Harmonies of #208F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208F53

Black with #208F53

Text Example


Text Example

White with #208F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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