#AEF8B7

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

Shades of Fringy Flower #AEF8B7

Tints of Fringy Flower #AEF8B7

Color information

#AEF8B7 (or 0xAEF8B7) is unknown color: approx Fringy Flower. HEX triplet: AE, F8 and B7. RGB value is (174,248,183). Sum of RGB (Red+Green+Blue) = 174+248+183=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8B7 is #510748. Grayscale: #DADADA. Windows color (decimal): -5310281 or 12056750. OLE color: 12056750.

HSL color Cylindrical-coordinate representation of color #AEF8B7: hue angle of 127.3º degrees, saturation: 0.84, 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 #AEF8B7 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB174248183-
CMYK0.3000.260.03
HSL127.3º84.09%82.75%-
HSV(B)127.3º29.84%97.25%-
XYZ59.5779.5557.02-
YUV218.46107.9896.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 183 (71.88% from 255) = 30.25%
R=28.76%
G=40.99%
B=30.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742481830.3000.260.03127.384.0982.75
HexAEF8B71E01A37f5453
Octal256370267360323177124123
Binary1010111011111000101101111111001101011111111110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEF8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEF8B7; }

 p { color: rgb(174,248,183); }

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

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

 a { background-color: rgb(174,248,183); }

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

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

 span { border-color: rgb(174,248,183); }

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