#AAFBAC

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

Shades of Celadon #AAFBAC

Tints of Celadon #AAFBAC

Color information

#AAFBAC (or 0xAAFBAC) is unknown color: approx Celadon. HEX triplet: AA, FB and AC. RGB value is (170,251,172). Sum of RGB (Red+Green+Blue) = 170+251+172=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBAC is #550453. Grayscale: #DADADA. Windows color (decimal): -5571668 or 11336618. OLE color: 11336618.

HSL color Cylindrical-coordinate representation of color #AAFBAC: hue angle of 121.48º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBAC is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB170251172-
CMYK0.3200.310.02
HSL121.48º91.01%82.55%-
HSV(B)121.48º32.27%98.43%-
XYZ58.5280.5251.49-
YUV217.77102.1693.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 251 (98.44% from 255) = 42.33%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=28.67%
G=42.33%
B=29.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511720.3200.310.02121.4891.0182.55
HexAAFBAC2001F2795b53
Octal252373254400372171133123
Binary10101010111110111010110010000001111110111100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBAC; }

 p { color: rgb(170,251,172); }

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

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

 a { background-color: rgb(170,251,172); }

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

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

 span { border-color: rgb(170,251,172); }

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