Html Css Color HEX #20C1A7 Light Sea Green

📋 copy color: '#20C1A7'

red 32 ◦ green 193 ◦ blue 167

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

Shades of Light Sea Green #20C1A7

Tints of Light Sea Green #20C1A7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.23%

 BLUE value IS 167 (65.63% from 255) = 42.6%

R = 8.16%
G = 49.23%
B = 42.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#20C1A7 (or 0x20C1A7) is known color: Light Sea Green. HEX triplet: 20, C1 and A7. RGB value is (32,193,167). Sum of RGB (Red+Green+Blue) = 32+193+167=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C1A7 is #DF3E58. Grayscale: #8D8D8D. Windows color (decimal): -14630489 or 10993952. OLE color: 10993952.

HSL color Cylindrical-coordinate representation of color #20C1A7: hue angle of 170.31º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C1A7 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 167 -
CMYK 0.83 0 0.13 0.24
HSL 170.31º 0.72% 0.44% -
HSV(B) 170.31º 0.83% 0.76% -
XYZ 26.64 41.24 43.11 -
YUV 141.9 142.16 49.61 -
System Red Green Blue C M Y K H S L
Decimal 32 193 167 0.83 0 0.13 0.24 170.31 0.72 0.44
Hex 20 C1 A7 53 0 D 18 AA 48 2C
Octal 40 301 247 123 0 15 30 252 110 54
Binary 100000 11000001 10100111 1010011 0 1101 11000 10101010 1001000 101100

Color Harmonies of #20C1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C1A7

Black with #20C1A7

Text Example


Text Example

White with #20C1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,167); }

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

background-color css

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

 a { background-color: rgb(32,193,167); }

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

border-color css

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

 span { border-color: rgb(32,193,167); }

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