Html Css Color HEX #20C9AF Light Sea Green

📋 copy color: '#20C9AF'

red 32 ◦ green 201 ◦ blue 175

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

Shades of Light Sea Green #20C9AF

Tints of Light Sea Green #20C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.26%

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

R = 7.84%
G = 49.26%
B = 42.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#20C9AF (or 0x20C9AF) is known color: Light Sea Green. HEX triplet: 20, C9 and AF. RGB value is (32,201,175). Sum of RGB (Red+Green+Blue) = 32+201+175=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #20C9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C9AF is #DF3650. Grayscale: #939393. Windows color (decimal): -14628433 or 11520288. OLE color: 11520288.

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

Color convert

RGB 32 201 175 -
CMYK 0.84 0 0.13 0.21
HSL 170.77º 0.73% 0.46% -
HSV(B) 170.77º 0.84% 0.79% -
XYZ 29.22 45.18 47.74 -
YUV 147.51 143.51 45.61 -
System Red Green Blue C M Y K H S L
Decimal 32 201 175 0.84 0 0.13 0.21 170.77 0.73 0.46
Hex 20 C9 AF 54 0 D 15 AB 49 2E
Octal 40 311 257 124 0 15 25 253 111 56
Binary 100000 11001001 10101111 1010100 0 1101 10101 10101011 1001001 101110

Color Harmonies of #20C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C9AF

Black with #20C9AF

Text Example


Text Example

White with #20C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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