#AAFBB8

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

Shades of Fringy Flower #AAFBB8

Tints of Fringy Flower #AAFBB8

Color information

#AAFBB8 (or 0xAAFBB8) is unknown color: approx Fringy Flower. HEX triplet: AA, FB and B8. RGB value is (170,251,184). Sum of RGB (Red+Green+Blue) = 170+251+184=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBB8 is #550447. Grayscale: #DBDBDB. Windows color (decimal): -5571656 or 12123050. OLE color: 12123050.

HSL color Cylindrical-coordinate representation of color #AAFBB8: hue angle of 130.37º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBB8 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB170251184-
CMYK0.3200.270.02
HSL130.37º91.01%82.55%-
HSV(B)130.37º32.27%98.43%-
XYZ59.738157.83-
YUV219.14108.1692.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.10%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 184 (72.27% from 255) = 30.41%
R=28.10%
G=41.49%
B=30.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511840.3200.270.02130.3791.0182.55
HexAAFBB82001B2825b53
Octal252373270400332202133123
Binary101010101111101110111000100000011011101000001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFBB8; }

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

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

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

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

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

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

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

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