#AAFEBB

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

Shades of Fringy Flower #AAFEBB

Tints of Fringy Flower #AAFEBB

Color information

#AAFEBB (or 0xAAFEBB) is unknown color: approx Fringy Flower. HEX triplet: AA, FE and BB. RGB value is (170,254,187). Sum of RGB (Red+Green+Blue) = 170+254+187=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEBB is #550144. Grayscale: #DDDDDD. Windows color (decimal): -5570885 or 12320426. OLE color: 12320426.

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

Color convert

RGB170254187-
CMYK0.3300.260.00
HSL132.14º97.67%83.14%-
HSV(B)132.14º33.07%99.61%-
XYZ60.9983.0259.82-
YUV221.25108.6791.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 254 (99.61% from 255) = 41.57%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=27.82%
G=41.57%
B=30.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702541870.3300.260.00132.1497.6783.14
HexAAFEBB2101A0846253
Octal252376273410320204142123
Binary10101010111111101011101110000101101001000010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFEBB; }

 p { color: rgb(170,254,187); }

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

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

 a { background-color: rgb(170,254,187); }

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

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

 span { border-color: rgb(170,254,187); }

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