#AAFCBD

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

Shades of Fringy Flower #AAFCBD

Tints of Fringy Flower #AAFCBD

Color information

#AAFCBD (or 0xAAFCBD) is unknown color: approx Fringy Flower. HEX triplet: AA, FC and BD. RGB value is (170,252,189). Sum of RGB (Red+Green+Blue) = 170+252+189=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCBD is #550342. Grayscale: #DCDCDC. Windows color (decimal): -5571395 or 12450986. OLE color: 12450986.

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

Color convert

RGB170252189-
CMYK0.3300.250.01
HSL133.9º93.18%82.75%-
HSV(B)133.9º32.54%98.82%-
XYZ60.5781.8460.75-
YUV220.3110.3392.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 252 (98.83% from 255) = 41.24%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=27.82%
G=41.24%
B=30.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521890.3300.250.01133.993.1882.75
HexAAFCBD210191865d53
Octal252374275410311206135123
Binary10101010111111001011110110000101100111000011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCBD; }

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

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

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

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

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

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

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

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