#AAF1BD

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

Shades of Fringy Flower #AAF1BD

Tints of Fringy Flower #AAF1BD

Color information

#AAF1BD (or 0xAAF1BD) is unknown color: approx Fringy Flower. HEX triplet: AA, F1 and BD. RGB value is (170,241,189). Sum of RGB (Red+Green+Blue) = 170+241+189=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1BD is #550E42. Grayscale: #D5D5D5. Windows color (decimal): -5574211 or 12448170. OLE color: 12448170.

HSL color Cylindrical-coordinate representation of color #AAF1BD: hue angle of 136.06º 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 #AAF1BD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB170241189-
CMYK0.2900.220.05
HSL136.06º71.72%80.59%-
HSV(B)136.06º29.46%94.51%-
XYZ57.2275.1359.63-
YUV213.84113.9896.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.33%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=28.33%
G=40.17%
B=31.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411890.2900.220.05136.0671.7280.59
HexAAF1BD1D0165884851
Octal252361275350265210110121
Binary101010101111000110111101111010101101011000100010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1BD; }

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

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

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

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

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

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

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

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