#AAFFB1

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

Shades of Celadon #AAFFB1

Tints of Celadon #AAFFB1

Color information

#AAFFB1 (or 0xAAFFB1) is unknown color: approx Celadon. HEX triplet: AA, FF and B1. RGB value is (170,255,177). Sum of RGB (Red+Green+Blue) = 170+255+177=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFFB1 is #55004E. Grayscale: #DCDCDC. Windows color (decimal): -5570639 or 11665322. OLE color: 11665322.

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

Color convert

RGB170255177-
CMYK0.3300.310
HSL124.94º100%83.33%-
HSV(B)124.94º33.33%100%-
XYZ60.2783.2454.49-
YUV220.69103.3491.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.24%
GREEN value IS 255 (100% from 255) = 42.36%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=28.24%
G=42.36%
B=29.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551770.3300.310124.9410083.33
HexAAFFB12101F07d6453
Octal252377261410370175144123
Binary1010101011111111101100011000010111110111110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFB1; }

 p { color: rgb(170,255,177); }

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

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

 a { background-color: rgb(170,255,177); }

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

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

 span { border-color: rgb(170,255,177); }

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