Html Css Color HEX #20CEAF Light Sea Green

📋 copy color: '#20CEAF'

red 32 ◦ green 206 ◦ blue 175

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

Shades of Light Sea Green #20CEAF

Tints of Light Sea Green #20CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.88%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 7.75%
G = 49.88%
B = 42.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#20CEAF (or 0x20CEAF) is known color: Light Sea Green. HEX triplet: 20, CE and AF. RGB value is (32,206,175). Sum of RGB (Red+Green+Blue) = 32+206+175=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #20CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CEAF is #DF3150. Grayscale: #969696. Windows color (decimal): -14627153 or 11521568. OLE color: 11521568.

HSL color Cylindrical-coordinate representation of color #20CEAF: hue angle of 169.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CEAF is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 206 175 -
CMYK 0.84 0 0.15 0.19
HSL 169.31º 0.73% 0.47% -
HSV(B) 169.31º 0.84% 0.81% -
XYZ 30.4 47.54 48.13 -
YUV 150.44 141.85 43.52 -
System Red Green Blue C M Y K H S L
Decimal 32 206 175 0.84 0 0.15 0.19 169.31 0.73 0.47
Hex 20 CE AF 54 0 F 13 A9 49 2F
Octal 40 316 257 124 0 17 23 251 111 57
Binary 100000 11001110 10101111 1010100 0 1111 10011 10101001 1001001 101111

Color Harmonies of #20CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CEAF

Black with #20CEAF

Text Example


Text Example

White with #20CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,206,175); }

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

background-color css

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

 a { background-color: rgb(32,206,175); }

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

border-color css

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

 span { border-color: rgb(32,206,175); }

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