#AADFAF

Color #AADFAF Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #AADFAF

Tints of Celadon #AADFAF

Color information

#AADFAF (or 0xAADFAF) is unknown color: approx Celadon. HEX triplet: AA, DF and AF. RGB value is (170,223,175). Sum of RGB (Red+Green+Blue) = 170+223+175=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADFAF is #552050. Grayscale: #C9C9C9. Windows color (decimal): -5578833 or 11526058. OLE color: 11526058.

HSL color Cylindrical-coordinate representation of color #AADFAF: hue angle of 125.66º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFAF is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB170223175-
CMYK0.2400.220.13
HSL125.66º45.3%77.06%-
HSV(B)125.66º23.77%87.45%-
XYZ50.764.4250.32-
YUV201.68112.94105.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=29.93%
G=39.26%
B=30.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231750.2400.220.13125.6645.377.06
HexAADFAF18016D7e2d4d
Octal252337257300261517655115
Binary10101010110111111010111111000010110110111111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFAF; }

 p { color: rgb(170,223,175); }

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

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

 a { background-color: rgb(170,223,175); }

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

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

 span { border-color: rgb(170,223,175); }

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