#20AFAD

Color #20AFAD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #20AFAD

Tints of Light Sea Green #20AFAD

Color information

#20AFAD (or 0x20AFAD) is unknown color: approx Light Sea Green. HEX triplet: 20, AF and AD. RGB value is (32,175,173). Sum of RGB (Red+Green+Blue) = 32+175+173=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #20AFAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFAD is #DF5052. Grayscale: #838383. Windows color (decimal): -14635091 or 11382560. OLE color: 11382560.

HSL color Cylindrical-coordinate representation of color #20AFAD: hue angle of 179.16º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AFAD is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB32175173-
CMYK0.8200.010.31
HSL179.16º69.08%40.59%-
HSV(B)179.16º81.71%68.63%-
XYZ23.4733.9844.86-
YUV132.01151.1256.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.42%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=8.42%
G=46.05%
B=45.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321751730.8200.010.31179.1669.0840.59
Hex20AFAD52011Fb34529
Octal40257255122013726310551
Binary100000101011111010110110100100111111101100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20AFAD;
 }
 .AnyTagClassName
 {
   color: #20AFAD;
 }
</style>
background-color css

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

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

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

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

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

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