Html Css Color HEX #20CBAB Light Sea Green

📋 copy color: '#20CBAB'

red 32 ◦ green 203 ◦ blue 171

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

Shades of Light Sea Green #20CBAB

Tints of Light Sea Green #20CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50%

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 7.88%
G = 50%
B = 42.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#20CBAB (or 0x20CBAB) is known color: Light Sea Green. HEX triplet: 20, CB and AB. RGB value is (32,203,171). Sum of RGB (Red+Green+Blue) = 32+203+171=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CBAB is #DF3454. Grayscale: #949494. Windows color (decimal): -14627925 or 11258656. OLE color: 11258656.

HSL color Cylindrical-coordinate representation of color #20CBAB: hue angle of 168.77º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CBAB is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 203 171 -
CMYK 0.84 0 0.16 0.20
HSL 168.77º 0.73% 0.46% -
HSV(B) 168.77º 0.84% 0.8% -
XYZ 29.3 45.96 45.85 -
YUV 148.22 140.85 45.1 -
System Red Green Blue C M Y K H S L
Decimal 32 203 171 0.84 0 0.16 0.20 168.77 0.73 0.46
Hex 20 CB AB 54 0 10 14 A9 49 2E
Octal 40 313 253 124 0 20 24 251 111 56
Binary 100000 11001011 10101011 1010100 0 10000 10100 10101001 1001001 101110

Color Harmonies of #20CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBAB

Black with #20CBAB

Text Example


Text Example

White with #20CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,203,171); }

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

background-color css

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

 a { background-color: rgb(32,203,171); }

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

border-color css

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

 span { border-color: rgb(32,203,171); }

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