#AAFAAE

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

Shades of Celadon #AAFAAE

Tints of Celadon #AAFAAE

Color information

#AAFAAE (or 0xAAFAAE) is unknown color: approx Celadon. HEX triplet: AA, FA and AE. RGB value is (170,250,174). Sum of RGB (Red+Green+Blue) = 170+250+174=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAAE is #550551. Grayscale: #D9D9D9. Windows color (decimal): -5571922 or 11467434. OLE color: 11467434.

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

Color convert

RGB170250174-
CMYK0.3200.300.02
HSL123º88.89%82.35%-
HSV(B)123º32%98.04%-
XYZ58.479.9752.4-
YUV217.42103.594.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 174 (68.36% from 255) = 29.29%
R=28.62%
G=42.09%
B=29.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501740.3200.300.0212388.8982.35
HexAAFAAE2001E27b5952
Octal252372256400362173131122
Binary10101010111110101010111010000001111010111101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAAE; }

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

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

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

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

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

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

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

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