#AAFDBE

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

Shades of Fringy Flower #AAFDBE

Tints of Fringy Flower #AAFDBE

Color information

#AAFDBE (or 0xAAFDBE) is unknown color: approx Fringy Flower. HEX triplet: AA, FD and BE. RGB value is (170,253,190). Sum of RGB (Red+Green+Blue) = 170+253+190=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDBE is #550241. Grayscale: #DDDDDD. Windows color (decimal): -5571138 or 12516778. OLE color: 12516778.

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

Color convert

RGB170253190-
CMYK0.3300.250.01
HSL134.46º95.4%82.94%-
HSV(B)134.46º32.81%99.22%-
XYZ6182.5161.43-
YUV221110.591.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=27.73%
G=41.27%
B=31.00%

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
Decimal1702531900.3300.250.01134.4695.482.94
HexAAFDBE210191865f53
Octal252375276410311206137123
Binary10101010111111011011111010000101100111000011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFDBE; }

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

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

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

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

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

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

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

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