#AAFAB1

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

Shades of Celadon #AAFAB1

Tints of Celadon #AAFAB1

Color information

#AAFAB1 (or 0xAAFAB1) is unknown color: approx Celadon. HEX triplet: AA, FA and B1. RGB value is (170,250,177). Sum of RGB (Red+Green+Blue) = 170+250+177=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAB1 is #55054E. Grayscale: #D9D9D9. Windows color (decimal): -5571919 or 11664042. OLE color: 11664042.

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

Color convert

RGB170250177-
CMYK0.3200.290.02
HSL125.25º88.89%82.35%-
HSV(B)125.25º32%98.04%-
XYZ58.780.0953.96-
YUV217.7610593.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 250 (98.05% from 255) = 41.88%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=28.48%
G=41.88%
B=29.65%

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
Decimal1702501770.3200.290.02125.2588.8982.35
HexAAFAB12001D27d5952
Octal252372261400352175131122
Binary10101010111110101011000110000001110110111110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAB1; }

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

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

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

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

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

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

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

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