Html Css Color HEX #20C0AF Light Sea Green

📋 copy color: '#20C0AF'

red 32 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #20C0AF

Tints of Light Sea Green #20C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

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

R = 8.02%
G = 48.12%
B = 43.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#20C0AF (or 0x20C0AF) is known color: Light Sea Green. HEX triplet: 20, C0 and AF. RGB value is (32,192,175). Sum of RGB (Red+Green+Blue) = 32+192+175=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #20C0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C0AF is #DF3F50. Grayscale: #8E8E8E. Windows color (decimal): -14630737 or 11517984. OLE color: 11517984.

HSL color Cylindrical-coordinate representation of color #20C0AF: hue angle of 173.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C0AF is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 175 -
CMYK 0.83 0 0.09 0.25
HSL 173.63º 0.71% 0.44% -
HSV(B) 173.63º 0.83% 0.75% -
XYZ 27.18 41.1 47.06 -
YUV 142.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 32 192 175 0.83 0 0.09 0.25 173.63 0.71 0.44
Hex 20 C0 AF 53 0 9 19 AE 47 2C
Octal 40 300 257 123 0 11 31 256 107 54
Binary 100000 11000000 10101111 1010011 0 1001 11001 10101110 1000111 101100

Color Harmonies of #20C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C0AF

Black with #20C0AF

Text Example


Text Example

White with #20C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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