Html Css Color HEX #20C3BA Light Sea Green

📋 copy color: '#20C3BA'

red 32 ◦ green 195 ◦ blue 186

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

Shades of Light Sea Green #20C3BA

Tints of Light Sea Green #20C3BA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.22%

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

R = 7.75%
G = 47.22%
B = 45.04%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#20C3BA (or 0x20C3BA) is known color: Light Sea Green. HEX triplet: 20, C3 and BA. RGB value is (32,195,186). Sum of RGB (Red+Green+Blue) = 32+195+186=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 195 - color contains mainly: green. Hex color #20C3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C3BA is #DF3C45. Grayscale: #919191. Windows color (decimal): -14629958 or 12239648. OLE color: 12239648.

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

Color convert

RGB 32 195 186 -
CMYK 0.84 0 0.05 0.24
HSL 176.69º 0.72% 0.45% -
HSV(B) 176.69º 0.84% 0.76% -
XYZ 28.97 42.88 53.2 -
YUV 145.24 151 47.23 -
System Red Green Blue C M Y K H S L
Decimal 32 195 186 0.84 0 0.05 0.24 176.69 0.72 0.45
Hex 20 C3 BA 54 0 5 18 B1 48 2D
Octal 40 303 272 124 0 5 30 261 110 55
Binary 100000 11000011 10111010 1010100 0 101 11000 10110001 1001000 101101

Color Harmonies of #20C3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C3BA

Black with #20C3BA

Text Example


Text Example

White with #20C3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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