Html Css Color HEX #20C6BF Light Sea Green

📋 copy color: '#20C6BF'

red 32 ◦ green 198 ◦ blue 191

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

Shades of Light Sea Green #20C6BF

Tints of Light Sea Green #20C6BF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.03%

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

R = 7.6%
G = 47.03%
B = 45.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#20C6BF (or 0x20C6BF) is known color: Light Sea Green. HEX triplet: 20, C6 and BF. RGB value is (32,198,191). Sum of RGB (Red+Green+Blue) = 32+198+191=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #20C6BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C6BF is #DF3940. Grayscale: #939393. Windows color (decimal): -14629185 or 12568096. OLE color: 12568096.

HSL color Cylindrical-coordinate representation of color #20C6BF: hue angle of 177.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C6BF is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 198 191 -
CMYK 0.84 0 0.04 0.22
HSL 177.47º 0.72% 0.45% -
HSV(B) 177.47º 0.84% 0.78% -
XYZ 30.19 44.46 56.28 -
YUV 147.57 152.5 45.57 -
System Red Green Blue C M Y K H S L
Decimal 32 198 191 0.84 0 0.04 0.22 177.47 0.72 0.45
Hex 20 C6 BF 54 0 4 16 B1 48 2D
Octal 40 306 277 124 0 4 26 261 110 55
Binary 100000 11000110 10111111 1010100 0 100 10110 10110001 1001000 101101

Color Harmonies of #20C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C6BF

Black with #20C6BF

Text Example


Text Example

White with #20C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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