#AAFAB2

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

Shades of Celadon #AAFAB2

Tints of Celadon #AAFAB2

Color information

#AAFAB2 (or 0xAAFAB2) is unknown color: approx Celadon. HEX triplet: AA, FA and B2. RGB value is (170,250,178). Sum of RGB (Red+Green+Blue) = 170+250+178=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAB2 is #55054D. Grayscale: #DADADA. Windows color (decimal): -5571918 or 11729578. OLE color: 11729578.

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

Color convert

RGB170250178-
CMYK0.3200.290.02
HSL126º88.89%82.35%-
HSV(B)126º32%98.04%-
XYZ58.880.1354.49-
YUV217.87105.593.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 250 (98.05% from 255) = 41.81%
BLUE value IS 178 (69.92% from 255) = 29.77%
R=28.43%
G=41.81%
B=29.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501780.3200.290.0212688.8982.35
HexAAFAB22001D27e5952
Octal252372262400352176131122
Binary10101010111110101011001010000001110110111111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAB2; }

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

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

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

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

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

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

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

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