Html Css Color HEX #20C1BA Light Sea Green

📋 copy color: '#20C1BA'

red 32 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #20C1BA

Tints of Light Sea Green #20C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 7.79%
G = 46.96%
B = 45.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#20C1BA (or 0x20C1BA) is known color: Light Sea Green. HEX triplet: 20, C1 and BA. RGB value is (32,193,186). Sum of RGB (Red+Green+Blue) = 32+193+186=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C1BA is #DF3E45. Grayscale: #8F8F8F. Windows color (decimal): -14630470 or 12239136. OLE color: 12239136.

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

Color convert

RGB 32 193 186 -
CMYK 0.83 0 0.04 0.24
HSL 177.39º 0.72% 0.44% -
HSV(B) 177.39º 0.83% 0.76% -
XYZ 28.53 41.99 53.06 -
YUV 144.06 151.66 48.07 -
System Red Green Blue C M Y K H S L
Decimal 32 193 186 0.83 0 0.04 0.24 177.39 0.72 0.44
Hex 20 C1 BA 53 0 4 18 B1 48 2C
Octal 40 301 272 123 0 4 30 261 110 54
Binary 100000 11000001 10111010 1010011 0 100 11000 10110001 1001000 101100

Color Harmonies of #20C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C1BA

Black with #20C1BA

Text Example


Text Example

White with #20C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,186); }

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

background-color css

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

 a { background-color: rgb(32,193,186); }

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

border-color css

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

 span { border-color: rgb(32,193,186); }

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