#AAFEAF

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

Shades of Celadon #AAFEAF

Tints of Celadon #AAFEAF

Color information

#AAFEAF (or 0xAAFEAF) is unknown color: approx Celadon. HEX triplet: AA, FE and AF. RGB value is (170,254,175). Sum of RGB (Red+Green+Blue) = 170+254+175=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFEAF is #550150. Grayscale: #DCDCDC. Windows color (decimal): -5570897 or 11533994. OLE color: 11533994.

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

Color convert

RGB170254175-
CMYK0.3300.310.00
HSL123.57º97.67%83.14%-
HSV(B)123.57º33.07%99.61%-
XYZ59.7682.5253.34-
YUV219.88102.6792.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.38%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=28.38%
G=42.40%
B=29.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541750.3300.310.00123.5797.6783.14
HexAAFEAF2101F07c6253
Octal252376257410370174142123
Binary1010101011111110101011111000010111110111110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEAF; }

 p { color: rgb(170,254,175); }

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

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

 a { background-color: rgb(170,254,175); }

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

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

 span { border-color: rgb(170,254,175); }

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