#aafeb0

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

Shades of Celadon #AAFEB0

Tints of Celadon #AAFEB0

Color information

#AAFEB0 (or 0xAAFEB0) is unknown color: approx Celadon. HEX triplet: AA, FE and B0. RGB value is (170,254,176). Sum of RGB (Red+Green+Blue) = 170+254+176=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFEB0 is #55014F. Grayscale: #DCDCDC. Windows color (decimal): -5570896 or 11599530. OLE color: 11599530.

HSL color Cylindrical-coordinate representation of color #AAFEB0: hue angle of 124.29º 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 #AAFEB0 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB170254176-
CMYK0.3300.310.00
HSL124.29º97.67%83.14%-
HSV(B)124.29º33.07%99.61%-
XYZ59.8682.5653.86-
YUV219.99103.1792.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 254 (99.61% from 255) = 42.33%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=28.33%
G=42.33%
B=29.33%

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
Decimal1702541760.3300.310.00124.2997.6783.14
HexAAFEB02101F07c6253
Octal252376260410370174142123
Binary1010101011111110101100001000010111110111110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aafeb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aafeb0; }

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

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

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

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

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

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

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

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