#ADDEAF

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

Shades of Celadon #ADDEAF

Tints of Celadon #ADDEAF

Color information

#ADDEAF (or 0xADDEAF) is unknown color: approx Celadon. HEX triplet: AD, DE and AF. RGB value is (173,222,175). Sum of RGB (Red+Green+Blue) = 173+222+175=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEAF is #522150. Grayscale: #CACACA. Windows color (decimal): -5382481 or 11525805. OLE color: 11525805.

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

Color convert

RGB173222175-
CMYK0.2200.210.13
HSL122.45º42.61%77.45%-
HSV(B)122.45º22.07%87.06%-
XYZ51.0964.2250.26-
YUV201.99112.77107.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.35%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=30.35%
G=38.95%
B=30.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221750.2200.210.13122.4542.6177.45
HexADDEAF16015D7a2b4d
Octal255336257260251517253115
Binary10101101110111101010111110110010101110111110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEAF; }

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

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

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

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

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

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

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

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