Html Css Color HEX #20C2BF Light Sea Green

📋 copy color: '#20C2BF'

red 32 ◦ green 194 ◦ blue 191

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

Shades of Light Sea Green #20C2BF

Tints of Light Sea Green #20C2BF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.52%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 7.67%
G = 46.52%
B = 45.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#20C2BF (or 0x20C2BF) is known color: Light Sea Green. HEX triplet: 20, C2 and BF. RGB value is (32,194,191). Sum of RGB (Red+Green+Blue) = 32+194+191=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2BF is #DF3D40. Grayscale: #919191. Windows color (decimal): -14630209 or 12567072. OLE color: 12567072.

HSL color Cylindrical-coordinate representation of color #20C2BF: hue angle of 178.89º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C2BF is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 194 191 -
CMYK 0.84 0 0.02 0.24
HSL 178.89º 0.72% 0.44% -
HSV(B) 178.89º 0.84% 0.76% -
XYZ 29.29 42.65 55.98 -
YUV 145.22 153.83 47.24 -
System Red Green Blue C M Y K H S L
Decimal 32 194 191 0.84 0 0.02 0.24 178.89 0.72 0.44
Hex 20 C2 BF 54 0 2 18 B3 48 2C
Octal 40 302 277 124 0 2 30 263 110 54
Binary 100000 11000010 10111111 1010100 0 10 11000 10110011 1001000 101100

Color Harmonies of #20C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C2BF

Black with #20C2BF

Text Example


Text Example

White with #20C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C2BF; }

 p { color: rgb(32,194,191); }

 H1.HeaderClassName
 {
   color: #20C2BF;
 }
 .AnyTagClassName
 {
   color: #20C2BF;
 }
</style>

background-color css

<style>
 a { background-color: #20C2BF; }

 a { background-color: rgb(32,194,191); }

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

border-color css

<style>
 span { border-color: #20C2BF; }

 span { border-color: rgb(32,194,191); }

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