#AAF8BD

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

Shades of Fringy Flower #AAF8BD

Tints of Fringy Flower #AAF8BD

Color information

#AAF8BD (or 0xAAF8BD) is unknown color: approx Fringy Flower. HEX triplet: AA, F8 and BD. RGB value is (170,248,189). Sum of RGB (Red+Green+Blue) = 170+248+189=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8BD is #550742. Grayscale: #DADADA. Windows color (decimal): -5572419 or 12449962. OLE color: 12449962.

HSL color Cylindrical-coordinate representation of color #AAF8BD: hue angle of 134.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8BD is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB170248189-
CMYK0.3100.240.03
HSL134.62º84.78%81.96%-
HSV(B)134.62º31.45%97.25%-
XYZ59.3379.3560.33-
YUV217.95111.6693.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 248 (97.27% from 255) = 40.86%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=28.01%
G=40.86%
B=31.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702481890.3100.240.03134.6284.7881.96
HexAAF8BD1F0183875552
Octal252370275370303207125122
Binary10101010111110001011110111111011000111000011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8BD; }

 p { color: rgb(170,248,189); }

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

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

 a { background-color: rgb(170,248,189); }

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

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

 span { border-color: rgb(170,248,189); }

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