#AAFAB0

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

Shades of Celadon #AAFAB0

Tints of Celadon #AAFAB0

Color information

#AAFAB0 (or 0xAAFAB0) is unknown color: approx Celadon. HEX triplet: AA, FA and B0. RGB value is (170,250,176). Sum of RGB (Red+Green+Blue) = 170+250+176=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAB0 is #55054F. Grayscale: #D9D9D9. Windows color (decimal): -5571920 or 11598506. OLE color: 11598506.

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

Color convert

RGB170250176-
CMYK0.3200.300.02
HSL124.5º88.89%82.35%-
HSV(B)124.5º32%98.04%-
XYZ58.680.0553.44-
YUV217.64104.594.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=28.52%
G=41.95%
B=29.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501760.3200.300.02124.588.8982.35
HexAAFAB02001E27c5952
Octal252372260400362174131122
Binary10101010111110101011000010000001111010111110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAB0; }

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

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

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

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

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

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

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

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