#AAF9AB

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

Shades of Celadon #AAF9AB

Tints of Celadon #AAF9AB

Color information

#AAF9AB (or 0xAAF9AB) is unknown color: approx Celadon. HEX triplet: AA, F9 and AB. RGB value is (170,249,171). Sum of RGB (Red+Green+Blue) = 170+249+171=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9AB is #550654. Grayscale: #D8D8D8. Windows color (decimal): -5572181 or 11270570. OLE color: 11270570.

HSL color Cylindrical-coordinate representation of color #AAF9AB: hue angle of 120.76º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9AB is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB170249171-
CMYK0.3200.310.02
HSL120.76º86.81%82.16%-
HSV(B)120.76º31.73%97.65%-
XYZ57.879.2450.78-
YUV216.49102.3394.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 249 (97.66% from 255) = 42.20%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=28.81%
G=42.20%
B=28.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702491710.3200.310.02120.7686.8182.16
HexAAF9AB2001F2795752
Octal252371253400372171127122
Binary10101010111110011010101110000001111110111100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF9AB; }

 p { color: rgb(170,249,171); }

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

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

 a { background-color: rgb(170,249,171); }

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

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

 span { border-color: rgb(170,249,171); }

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