#AAFFBE

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

Shades of Fringy Flower #AAFFBE

Tints of Fringy Flower #AAFFBE

Color information

#AAFFBE (or 0xAAFFBE) is unknown color: approx Fringy Flower. HEX triplet: AA, FF and BE. RGB value is (170,255,190). Sum of RGB (Red+Green+Blue) = 170+255+190=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFBE is #550041. Grayscale: #DEDEDE. Windows color (decimal): -5570626 or 12517290. OLE color: 12517290.

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

Color convert

RGB170255190-
CMYK0.3300.250
HSL134.12º100%83.33%-
HSV(B)134.12º33.33%100%-
XYZ61.6383.7861.64-
YUV222.18109.8490.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=27.64%
G=41.46%
B=30.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551900.3300.250134.1210083.33
HexAAFFBE210190866453
Octal252377276410310206144123
Binary10101010111111111011111010000101100101000011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFBE; }

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

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

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

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

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

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

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

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