#AAFCAF

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

Shades of Celadon #AAFCAF

Tints of Celadon #AAFCAF

Color information

#AAFCAF (or 0xAAFCAF) is unknown color: approx Celadon. HEX triplet: AA, FC and AF. RGB value is (170,252,175). Sum of RGB (Red+Green+Blue) = 170+252+175=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFCAF is #550350. Grayscale: #DADADA. Windows color (decimal): -5571409 or 11533482. OLE color: 11533482.

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

Color convert

RGB170252175-
CMYK0.3300.310.01
HSL123.66º93.18%82.75%-
HSV(B)123.66º32.54%98.82%-
XYZ59.1381.2653.13-
YUV218.7103.3393.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=28.48%
G=42.21%
B=29.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521750.3300.310.01123.6693.1882.75
HexAAFCAF2101F17c5d53
Octal252374257410371174135123
Binary1010101011111100101011111000010111111111110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCAF; }

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

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

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

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

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

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

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

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