#ADDFAF

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

Shades of Celadon #ADDFAF

Tints of Celadon #ADDFAF

Color information

#ADDFAF (or 0xADDFAF) is unknown color: approx Celadon. HEX triplet: AD, DF and AF. RGB value is (173,223,175). Sum of RGB (Red+Green+Blue) = 173+223+175=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFAF is #522050. Grayscale: #CACACA. Windows color (decimal): -5382225 or 11526061. OLE color: 11526061.

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

Color convert

RGB173223175-
CMYK0.2200.220.13
HSL122.4º43.86%77.65%-
HSV(B)122.4º22.42%87.45%-
XYZ51.3664.7550.35-
YUV202.58112.44106.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=30.30%
G=39.05%
B=30.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231750.2200.220.13122.443.8677.65
HexADDFAF16016D7a2c4e
Octal255337257260261517254116
Binary10101101110111111010111110110010110110111110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFAF; }

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

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

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

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

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

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

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

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