#AAFAAB

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

Shades of Celadon #AAFAAB

Tints of Celadon #AAFAAB

Color information

#AAFAAB (or 0xAAFAAB) is unknown color: approx Celadon. HEX triplet: AA, FA and AB. RGB value is (170,250,171). Sum of RGB (Red+Green+Blue) = 170+250+171=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAAB is #550554. Grayscale: #D9D9D9. Windows color (decimal): -5571925 or 11270826. OLE color: 11270826.

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

Color convert

RGB170250171-
CMYK0.3200.320.02
HSL120.75º88.89%82.35%-
HSV(B)120.75º32%98.04%-
XYZ58.1179.8650.88-
YUV217.0710294.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.76%
GREEN value IS 250 (98.05% from 255) = 42.30%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=28.76%
G=42.30%
B=28.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501710.3200.320.02120.7588.8982.35
HexAAFAAB200202795952
Octal252372253400402171131122
Binary101010101111101010101011100000010000010111100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAAB; }

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

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

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

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

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

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

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

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