#20ADAF

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

Shades of Light Sea Green #20ADAF

Tints of Light Sea Green #20ADAF

Color information

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

HSL color Cylindrical-coordinate representation of color #20ADAF: hue angle of 180.84º 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 #20ADAF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB32173175-
CMYK0.820.0100.31
HSL180.84º69.08%40.59%-
HSV(B)180.84º81.71%68.63%-
XYZ23.2833.2945.76-
YUV131.07152.7957.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321731750.820.0100.31180.8469.0840.59
Hex20ADAF52101Fb54529
Octal40255257122103726510551
Binary100000101011011010111110100101011111101101011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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