Html Css Color HEX #20C2BD Light Sea Green

📋 copy color: '#20C2BD'

red 32 ◦ green 194 ◦ blue 189

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

Shades of Light Sea Green #20C2BD

Tints of Light Sea Green #20C2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 7.71%
G = 46.75%
B = 45.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#20C2BD (or 0x20C2BD) is known color: Light Sea Green. HEX triplet: 20, C2 and BD. RGB value is (32,194,189). Sum of RGB (Red+Green+Blue) = 32+194+189=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C2BD is #DF3D42. Grayscale: #909090. Windows color (decimal): -14630211 or 12436000. OLE color: 12436000.

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

Color convert

RGB 32 194 189 -
CMYK 0.84 0 0.03 0.24
HSL 178.15º 0.72% 0.44% -
HSV(B) 178.15º 0.84% 0.76% -
XYZ 29.07 42.56 54.83 -
YUV 144.99 152.83 47.41 -
System Red Green Blue C M Y K H S L
Decimal 32 194 189 0.84 0 0.03 0.24 178.15 0.72 0.44
Hex 20 C2 BD 54 0 3 18 B2 48 2C
Octal 40 302 275 124 0 3 30 262 110 54
Binary 100000 11000010 10111101 1010100 0 11 11000 10110010 1001000 101100

Color Harmonies of #20C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C2BD

Black with #20C2BD

Text Example


Text Example

White with #20C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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