#AAF3AB

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

Shades of Celadon #AAF3AB

Tints of Celadon #AAF3AB

Color information

#AAF3AB (or 0xAAF3AB) is unknown color: approx Celadon. HEX triplet: AA, F3 and AB. RGB value is (170,243,171). Sum of RGB (Red+Green+Blue) = 170+243+171=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3AB is #550C54. Grayscale: #D5D5D5. Windows color (decimal): -5573717 or 11269034. OLE color: 11269034.

HSL color Cylindrical-coordinate representation of color #AAF3AB: hue angle of 120.82º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3AB is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB170243171-
CMYK0.3000.300.05
HSL120.82º75.26%80.98%-
HSV(B)120.82º30.04%95.29%-
XYZ55.9875.5950.17-
YUV212.96104.3297.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.11%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 171 (67.19% from 255) = 29.28%
R=29.11%
G=41.61%
B=29.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431710.3000.300.05120.8275.2680.98
HexAAF3AB1E01E5794b51
Octal252363253360365171113121
Binary10101010111100111010101111110011110101111100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3AB; }

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

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

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

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

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

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

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

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