#AAFAB6

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

Shades of Celadon #AAFAB6

Tints of Celadon #AAFAB6

Color information

#AAFAB6 (or 0xAAFAB6) is unknown color: approx Celadon. HEX triplet: AA, FA and B6. RGB value is (170,250,182). Sum of RGB (Red+Green+Blue) = 170+250+182=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAB6 is #550549. Grayscale: #DADADA. Windows color (decimal): -5571914 or 11991722. OLE color: 11991722.

HSL color Cylindrical-coordinate representation of color #AAFAB6: hue angle of 129º degrees, saturation: 0.89, 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 #AAFAB6 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB170250182-
CMYK0.3200.270.02
HSL129º88.89%82.35%-
HSV(B)129º32%98.04%-
XYZ59.2180.2956.63-
YUV218.33107.593.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 250 (98.05% from 255) = 41.53%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=28.24%
G=41.53%
B=30.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501820.3200.270.0212988.8982.35
HexAAFAB62001B2815952
Octal252372266400332201131122
Binary101010101111101010110110100000011011101000000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAB6; }

 p { color: rgb(170,250,182); }

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

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

 a { background-color: rgb(170,250,182); }

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

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

 span { border-color: rgb(170,250,182); }

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