#AAFCBF

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

Shades of Fringy Flower #AAFCBF

Tints of Fringy Flower #AAFCBF

Color information

#AAFCBF (or 0xAAFCBF) is unknown color: approx Fringy Flower. HEX triplet: AA, FC and BF. RGB value is (170,252,191). Sum of RGB (Red+Green+Blue) = 170+252+191=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCBF is #550340. Grayscale: #DCDCDC. Windows color (decimal): -5571393 or 12582058. OLE color: 12582058.

HSL color Cylindrical-coordinate representation of color #AAFCBF: hue angle of 135.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCBF is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB170252191-
CMYK0.3300.240.01
HSL135.37º93.18%82.75%-
HSV(B)135.37º32.54%98.82%-
XYZ60.7981.9361.9-
YUV220.53111.3391.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 252 (98.83% from 255) = 41.11%
BLUE value IS 191 (75% from 255) = 31.16%
R=27.73%
G=41.11%
B=31.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521910.3300.240.01135.3793.1882.75
HexAAFCBF210181875d53
Octal252374277410301207135123
Binary10101010111111001011111110000101100011000011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCBF; }

 p { color: rgb(170,252,191); }

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

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

 a { background-color: rgb(170,252,191); }

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

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

 span { border-color: rgb(170,252,191); }

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