#AEFFBB

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

Shades of Fringy Flower #AEFFBB

Tints of Fringy Flower #AEFFBB

Color information

#AEFFBB (or 0xAEFFBB) is unknown color: approx Fringy Flower. HEX triplet: AE, FF and BB. RGB value is (174,255,187). Sum of RGB (Red+Green+Blue) = 174+255+187=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBB is #510044. Grayscale: #DFDFDF. Windows color (decimal): -5308485 or 12320686. OLE color: 12320686.

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

Color convert

RGB174255187-
CMYK0.3200.270
HSL129.63º100%84.12%-
HSV(B)129.63º31.76%100%-
XYZ62.1984.1159.97-
YUV223.03107.6693.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=28.25%
G=41.40%
B=30.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1742551870.3200.270129.6310084.12
HexAEFFBB2001B0826454
Octal256377273400330202144124
Binary10101110111111111011101110000001101101000001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFFBB; }

 p { color: rgb(174,255,187); }

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

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

 a { background-color: rgb(174,255,187); }

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

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

 span { border-color: rgb(174,255,187); }

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