Html Css Color HEX #20C6BE Light Sea Green

📋 copy color: '#20C6BE'

red 32 ◦ green 198 ◦ blue 190

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

Shades of Light Sea Green #20C6BE

Tints of Light Sea Green #20C6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 7.62%
G = 47.14%
B = 45.24%

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

#20C6BE (or 0x20C6BE) is known color: Light Sea Green. HEX triplet: 20, C6 and BE. RGB value is (32,198,190). Sum of RGB (Red+Green+Blue) = 32+198+190=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #20C6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C6BE is #DF3941. Grayscale: #939393. Windows color (decimal): -14629186 or 12502560. OLE color: 12502560.

HSL color Cylindrical-coordinate representation of color #20C6BE: hue angle of 177.11º 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 #20C6BE is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 198 190 -
CMYK 0.84 0 0.04 0.22
HSL 177.11º 0.72% 0.45% -
HSV(B) 177.11º 0.84% 0.78% -
XYZ 30.08 44.41 55.7 -
YUV 147.45 152 45.65 -
System Red Green Blue C M Y K H S L
Decimal 32 198 190 0.84 0 0.04 0.22 177.11 0.72 0.45
Hex 20 C6 BE 54 0 4 16 B1 48 2D
Octal 40 306 276 124 0 4 26 261 110 55
Binary 100000 11000110 10111110 1010100 0 100 10110 10110001 1001000 101101

Color Harmonies of #20C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C6BE

Black with #20C6BE

Text Example


Text Example

White with #20C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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