#AAE1AF

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

Shades of Celadon #AAE1AF

Tints of Celadon #AAE1AF

Color information

#AAE1AF (or 0xAAE1AF) is unknown color: approx Celadon. HEX triplet: AA, E1 and AF. RGB value is (170,225,175). Sum of RGB (Red+Green+Blue) = 170+225+175=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1AF is #551E50. Grayscale: #CBCBCB. Windows color (decimal): -5578321 or 11526570. OLE color: 11526570.

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

Color convert

RGB170225175-
CMYK0.2400.220.12
HSL125.45º47.83%77.45%-
HSV(B)125.45º24.44%88.24%-
XYZ51.2465.4950.5-
YUV202.85112.28104.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=29.82%
G=39.47%
B=30.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251750.2400.220.12125.4547.8377.45
HexAAE1AF18016C7d304d
Octal252341257300261417560115
Binary10101010111000011010111111000010110110011111011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1AF; }

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

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

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

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

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

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

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

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