#AAFAB3

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

Shades of Celadon #AAFAB3

Tints of Celadon #AAFAB3

Color information

#AAFAB3 (or 0xAAFAB3) is unknown color: approx Celadon. HEX triplet: AA, FA and B3. RGB value is (170,250,179). Sum of RGB (Red+Green+Blue) = 170+250+179=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAB3 is #55054C. Grayscale: #DADADA. Windows color (decimal): -5571917 or 11795114. OLE color: 11795114.

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

Color convert

RGB170250179-
CMYK0.3200.280.02
HSL126.75º88.89%82.35%-
HSV(B)126.75º32%98.04%-
XYZ58.980.1755.02-
YUV217.9910693.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=28.38%
G=41.74%
B=29.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501790.3200.280.02126.7588.8982.35
HexAAFAB32001C27f5952
Octal252372263400342177131122
Binary10101010111110101011001110000001110010111111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAB3; }

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

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

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

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

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

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

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

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