#AAF7B5

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

Shades of Celadon #AAF7B5

Tints of Celadon #AAF7B5

Color information

#AAF7B5 (or 0xAAF7B5) is unknown color: approx Celadon. HEX triplet: AA, F7 and B5. RGB value is (170,247,181). Sum of RGB (Red+Green+Blue) = 170+247+181=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7B5 is #55084A. Grayscale: #D8D8D8. Windows color (decimal): -5572683 or 11925418. OLE color: 11925418.

HSL color Cylindrical-coordinate representation of color #AAF7B5: hue angle of 128.57º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7B5 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB170247181-
CMYK0.3100.270.03
HSL128.57º82.8%81.76%-
HSV(B)128.57º31.17%96.86%-
XYZ58.1878.455.78-
YUV216.45107.9994.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 247 (96.88% from 255) = 41.30%
BLUE value IS 181 (71.09% from 255) = 30.27%
R=28.43%
G=41.30%
B=30.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702471810.3100.270.03128.5782.881.76
HexAAF7B51F01B3815352
Octal252367265370333201123122
Binary10101010111101111011010111111011011111000000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF7B5; }

 p { color: rgb(170,247,181); }

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

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

 a { background-color: rgb(170,247,181); }

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

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

 span { border-color: rgb(170,247,181); }

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