#AAE6AB

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

Shades of Celadon #AAE6AB

Tints of Celadon #AAE6AB

Color information

#AAE6AB (or 0xAAE6AB) is unknown color: approx Celadon. HEX triplet: AA, E6 and AB. RGB value is (170,230,171). Sum of RGB (Red+Green+Blue) = 170+230+171=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE6AB is #551954. Grayscale: #CDCDCD. Windows color (decimal): -5577045 or 11265706. OLE color: 11265706.

HSL color Cylindrical-coordinate representation of color #AAE6AB: hue angle of 121º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6AB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB170230171-
CMYK0.2600.260.10
HSL121º54.55%78.43%-
HSV(B)121º26.09%90.2%-
XYZ52.2368.0848.92-
YUV205.33108.62102.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 230 (90.23% from 255) = 40.28%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=29.77%
G=40.28%
B=29.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702301710.2600.260.1012154.5578.43
HexAAE6AB1A01AA79374e
Octal252346253320321217167116
Binary10101010111001101010101111010011010101011110011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE6AB; }

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

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

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

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

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

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

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

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