#AEFEBB

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

Shades of Fringy Flower #AEFEBB

Tints of Fringy Flower #AEFEBB

Color information

#AEFEBB (or 0xAEFEBB) is unknown color: approx Fringy Flower. HEX triplet: AE, FE and BB. RGB value is (174,254,187). Sum of RGB (Red+Green+Blue) = 174+254+187=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEBB is #510144. Grayscale: #DEDEDE. Windows color (decimal): -5308741 or 12320430. OLE color: 12320430.

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

Color convert

RGB174254187-
CMYK0.3100.260.00
HSL129.75º97.56%83.92%-
HSV(B)129.75º31.5%99.61%-
XYZ61.8783.4759.86-
YUV222.4410893.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 254 (99.61% from 255) = 41.30%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=28.29%
G=41.30%
B=30.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1742541870.3100.260.00129.7597.5683.92
HexAEFEBB1F01A0826254
Octal256376273370320202142124
Binary1010111011111110101110111111101101001000001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFEBB; }

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

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

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

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

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

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

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

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