Html Css Color HEX #AEE5BA Fringy Flower

📋 copy color: '#AEE5BA'

red 174 ◦ green 229 ◦ blue 186

#AEE5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #AEE5BA

Tints of Fringy Flower #AEE5BA

RGB

 RED value IS 174 (68.36% from 255) = 29.54%

 GREEN value IS 229 (89.84% from 255) = 38.88%

 BLUE value IS 186 (73.05% from 255) = 31.58%

R = 29.54%
G = 38.88%
B = 31.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#AEE5BA (or 0xAEE5BA) is known color: Fringy Flower. HEX triplet: AE, E5 and BA. RGB value is (174,229,186). Sum of RGB (Red+Green+Blue) = 174+229+186=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5BA is #511A45. Grayscale: #CFCFCF. Windows color (decimal): -5315142 or 12248494. OLE color: 12248494.

HSL color Cylindrical-coordinate representation of color #AEE5BA: hue angle of 133.09º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5BA is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 229 186 -
CMYK 0.24 0 0.19 0.10
HSL 133.09º 0.51% 0.79% -
HSV(B) 133.09º 0.24% 0.9% -
XYZ 54.34 68.58 56.83 -
YUV 207.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 174 229 186 0.24 0 0.19 0.10 133.09 0.51 0.79
Hex AE E5 BA 18 0 13 A 85 33 4F
Octal 256 345 272 30 0 23 12 205 63 117
Binary 10101110 11100101 10111010 11000 0 10011 1010 10000101 110011 1001111

Color Harmonies of #AEE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE5BA

Black with #AEE5BA

Text Example


Text Example

White with #AEE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE5BA; }

 p { color: rgb(174,229,186); }

 H1.HeaderClassName
 {
   color: #AEE5BA;
 }
 .AnyTagClassName
 {
   color: #AEE5BA;
 }
</style>

background-color css

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

 a { background-color: rgb(174,229,186); }

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

border-color css

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

 span { border-color: rgb(174,229,186); }

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