#AEEDB8

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

Shades of Fringy Flower #AEEDB8

Tints of Fringy Flower #AEEDB8

Color information

#AEEDB8 (or 0xAEEDB8) is unknown color: approx Fringy Flower. HEX triplet: AE, ED and B8. RGB value is (174,237,184). Sum of RGB (Red+Green+Blue) = 174+237+184=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDB8 is #511247. Grayscale: #D4D4D4. Windows color (decimal): -5313096 or 12119470. OLE color: 12119470.

HSL color Cylindrical-coordinate representation of color #AEEDB8: hue angle of 129.52º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDB8 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB174237184-
CMYK0.2700.220.07
HSL129.52º63.64%80.59%-
HSV(B)129.52º26.58%92.94%-
XYZ56.3973.0356.47-
YUV212.12112.13100.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.24%
GREEN value IS 237 (92.97% from 255) = 39.83%
BLUE value IS 184 (72.27% from 255) = 30.92%
R=29.24%
G=39.83%
B=30.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371840.2700.220.07129.5263.6480.59
HexAEEDB81B0167824051
Octal256355270330267202100121
Binary101011101110110110111000110110101101111000001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDB8; }

 p { color: rgb(174,237,184); }

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

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

 a { background-color: rgb(174,237,184); }

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

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

 span { border-color: rgb(174,237,184); }

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