#AAF1B0

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

Shades of Celadon #AAF1B0

Tints of Celadon #AAF1B0

Color information

#AAF1B0 (or 0xAAF1B0) is unknown color: approx Celadon. HEX triplet: AA, F1 and B0. RGB value is (170,241,176). Sum of RGB (Red+Green+Blue) = 170+241+176=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1B0 is #550E4F. Grayscale: #D4D4D4. Windows color (decimal): -5574224 or 11596202. OLE color: 11596202.

HSL color Cylindrical-coordinate representation of color #AAF1B0: hue angle of 125.07º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB170241176-
CMYK0.2900.270.05
HSL125.07º71.72%80.59%-
HSV(B)125.07º29.46%94.51%-
XYZ55.8774.5952.53-
YUV212.36107.4897.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 176 (69.14% from 255) = 29.98%
R=28.96%
G=41.06%
B=29.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411760.2900.270.05125.0771.7280.59
HexAAF1B01D01B57d4851
Octal252361260350335175110121
Binary10101010111100011011000011101011011101111110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1B0; }

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

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

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

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

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

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

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

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