Html Css Color HEX #20CBAE Light Sea Green

📋 copy color: '#20CBAE'

red 32 ◦ green 203 ◦ blue 174

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

Shades of Light Sea Green #20CBAE

Tints of Light Sea Green #20CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 7.82%
G = 49.63%
B = 42.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#20CBAE (or 0x20CBAE) is known color: Light Sea Green. HEX triplet: 20, CB and AE. RGB value is (32,203,174). Sum of RGB (Red+Green+Blue) = 32+203+174=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #20CBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CBAE is #DF3451. Grayscale: #949494. Windows color (decimal): -14627922 or 11455264. OLE color: 11455264.

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

Color convert

RGB 32 203 174 -
CMYK 0.84 0 0.14 0.20
HSL 169.82º 0.73% 0.46% -
HSV(B) 169.82º 0.84% 0.8% -
XYZ 29.59 46.07 47.38 -
YUV 148.57 142.35 44.86 -
System Red Green Blue C M Y K H S L
Decimal 32 203 174 0.84 0 0.14 0.20 169.82 0.73 0.46
Hex 20 CB AE 54 0 E 14 AA 49 2E
Octal 40 313 256 124 0 16 24 252 111 56
Binary 100000 11001011 10101110 1010100 0 1110 10100 10101010 1001001 101110

Color Harmonies of #20CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBAE

Black with #20CBAE

Text Example


Text Example

White with #20CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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