#AAFFB8

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

Shades of Fringy Flower #AAFFB8

Tints of Fringy Flower #AAFFB8

Color information

#AAFFB8 (or 0xAAFFB8) is unknown color: approx Fringy Flower. HEX triplet: AA, FF and B8. RGB value is (170,255,184). Sum of RGB (Red+Green+Blue) = 170+255+184=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFB8 is #550047. Grayscale: #DDDDDD. Windows color (decimal): -5570632 or 12124074. OLE color: 12124074.

HSL color Cylindrical-coordinate representation of color #AAFFB8: hue angle of 129.88º 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 #AAFFB8 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB170255184-
CMYK0.3300.280
HSL129.88º100%83.33%-
HSV(B)129.88º33.33%100%-
XYZ60.9983.5358.26-
YUV221.49106.8491.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 255 (100% from 255) = 41.87%
BLUE value IS 184 (72.27% from 255) = 30.21%
R=27.91%
G=41.87%
B=30.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551840.3300.280129.8810083.33
HexAAFFB82101C0826453
Octal252377270410340202144123
Binary10101010111111111011100010000101110001000001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFB8; }

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

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

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

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

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

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

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

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