#AAF6BB

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

Shades of Fringy Flower #AAF6BB

Tints of Fringy Flower #AAF6BB

Color information

#AAF6BB (or 0xAAF6BB) is unknown color: approx Fringy Flower. HEX triplet: AA, F6 and BB. RGB value is (170,246,187). Sum of RGB (Red+Green+Blue) = 170+246+187=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6BB is #550944. Grayscale: #D8D8D8. Windows color (decimal): -5572933 or 12318378. OLE color: 12318378.

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

Color convert

RGB170246187-
CMYK0.3100.240.04
HSL133.42º80.85%81.57%-
HSV(B)133.42º30.89%96.47%-
XYZ58.578.0558.99-
YUV216.55111.3294.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.19%
GREEN value IS 246 (96.48% from 255) = 40.80%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=28.19%
G=40.80%
B=31.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461870.3100.240.04133.4280.8581.57
HexAAF6BB1F0184855152
Octal252366273370304205121122
Binary101010101111011010111011111110110001001000010110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF6BB; }

 p { color: rgb(170,246,187); }

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

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

 a { background-color: rgb(170,246,187); }

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

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

 span { border-color: rgb(170,246,187); }

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