#AEF7BB

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

Shades of Fringy Flower #AEF7BB

Tints of Fringy Flower #AEF7BB

Color information

#AEF7BB (or 0xAEF7BB) is unknown color: approx Fringy Flower. HEX triplet: AE, F7 and BB. RGB value is (174,247,187). Sum of RGB (Red+Green+Blue) = 174+247+187=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7BB is #510844. Grayscale: #DADADA. Windows color (decimal): -5310533 or 12318638. OLE color: 12318638.

HSL color Cylindrical-coordinate representation of color #AEF7BB: hue angle of 130.68º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7BB is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB174247187-
CMYK0.3000.240.03
HSL130.68º82.02%82.55%-
HSV(B)130.68º29.55%96.86%-
XYZ59.6979.1159.14-
YUV218.33110.3296.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 247 (96.88% from 255) = 40.62%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=28.62%
G=40.62%
B=30.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742471870.3000.240.03130.6882.0282.55
HexAEF7BB1E0183835253
Octal256367273360303203122123
Binary10101110111101111011101111110011000111000001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF7BB; }

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

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

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

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

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

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

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

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