#AEFBBF

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

Shades of Fringy Flower #AEFBBF

Tints of Fringy Flower #AEFBBF

Color information

#AEFBBF (or 0xAEFBBF) is unknown color: approx Fringy Flower. HEX triplet: AE, FB and BF. RGB value is (174,251,191). Sum of RGB (Red+Green+Blue) = 174+251+191=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBBF is #510440. Grayscale: #DDDDDD. Windows color (decimal): -5309505 or 12581806. OLE color: 12581806.

HSL color Cylindrical-coordinate representation of color #AEFBBF: hue angle of 133.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBBF is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB174251191-
CMYK0.3100.240.02
HSL133.25º90.59%83.33%-
HSV(B)133.25º30.68%98.43%-
XYZ61.3681.7561.84-
YUV221.14110.9994.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.25%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 191 (75% from 255) = 31.01%
R=28.25%
G=40.75%
B=31.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742511910.3100.240.02133.2590.5983.33
HexAEFBBF1F0182855b53
Octal256373277370302205133123
Binary10101110111110111011111111111011000101000010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBBF; }

 p { color: rgb(174,251,191); }

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

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

 a { background-color: rgb(174,251,191); }

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

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

 span { border-color: rgb(174,251,191); }

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