#AAFEB2

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

Shades of Celadon #AAFEB2

Tints of Celadon #AAFEB2

Color information

#AAFEB2 (or 0xAAFEB2) is unknown color: approx Celadon. HEX triplet: AA, FE and B2. RGB value is (170,254,178). Sum of RGB (Red+Green+Blue) = 170+254+178=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFEB2 is #55014D. Grayscale: #DCDCDC. Windows color (decimal): -5570894 or 11730602. OLE color: 11730602.

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

Color convert

RGB170254178-
CMYK0.3300.300.00
HSL125.71º97.67%83.14%-
HSV(B)125.71º33.07%99.61%-
XYZ60.0682.6454.91-
YUV220.22104.1792.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 254 (99.61% from 255) = 42.19%
BLUE value IS 178 (69.92% from 255) = 29.57%
R=28.24%
G=42.19%
B=29.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541780.3300.300.00125.7197.6783.14
HexAAFEB22101E07e6253
Octal252376262410360176142123
Binary1010101011111110101100101000010111100111111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEB2; }

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

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

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

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

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

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

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

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