#AAFDBC

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

Shades of Fringy Flower #AAFDBC

Tints of Fringy Flower #AAFDBC

Color information

#AAFDBC (or 0xAAFDBC) is unknown color: approx Fringy Flower. HEX triplet: AA, FD and BC. RGB value is (170,253,188). Sum of RGB (Red+Green+Blue) = 170+253+188=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDBC is #550243. Grayscale: #DCDCDC. Windows color (decimal): -5571140 or 12385706. OLE color: 12385706.

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

Color convert

RGB170253188-
CMYK0.3300.260.01
HSL133.01º95.4%82.94%-
HSV(B)133.01º32.81%99.22%-
XYZ60.7882.4360.28-
YUV220.77109.591.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 253 (99.22% from 255) = 41.41%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=27.82%
G=41.41%
B=30.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531880.3300.260.01133.0195.482.94
HexAAFDBC2101A1855f53
Octal252375274410321205137123
Binary10101010111111011011110010000101101011000010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDBC; }

 p { color: rgb(170,253,188); }

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

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

 a { background-color: rgb(170,253,188); }

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

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

 span { border-color: rgb(170,253,188); }

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