#AAFAAF

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

Shades of Celadon #AAFAAF

Tints of Celadon #AAFAAF

Color information

#AAFAAF (or 0xAAFAAF) is unknown color: approx Celadon. HEX triplet: AA, FA and AF. RGB value is (170,250,175). Sum of RGB (Red+Green+Blue) = 170+250+175=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFAAF is #550550. Grayscale: #D9D9D9. Windows color (decimal): -5571921 or 11532970. OLE color: 11532970.

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

Color convert

RGB170250175-
CMYK0.3200.30.02
HSL123.75º88.89%82.35%-
HSV(B)123.75º32%98.04%-
XYZ58.580.0152.92-
YUV217.5310494.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 42.02%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=28.57%
G=42.02%
B=29.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501750.3200.30.02123.7588.8982.35
HexAAFAAF2001E27c5952
Octal252372257400362174131122
Binary10101010111110101010111110000001111010111110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAAF; }

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

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

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

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

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

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

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

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