Html Css Color HEX #AEE0BA Fringy Flower

📋 copy color: '#AEE0BA'

red 174 ◦ green 224 ◦ blue 186

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

Shades of Fringy Flower #AEE0BA

Tints of Fringy Flower #AEE0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.36%

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

R = 29.79%
G = 38.36%
B = 31.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#AEE0BA (or 0xAEE0BA) is known color: Fringy Flower. HEX triplet: AE, E0 and BA. RGB value is (174,224,186). Sum of RGB (Red+Green+Blue) = 174+224+186=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0BA is #511F45. Grayscale: #CCCCCC. Windows color (decimal): -5316422 or 12247214. OLE color: 12247214.

HSL color Cylindrical-coordinate representation of color #AEE0BA: hue angle of 134.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0BA is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 186 -
CMYK 0.22 0 0.17 0.12
HSL 134.4º 0.45% 0.78% -
HSV(B) 134.4º 0.22% 0.88% -
XYZ 52.97 65.86 56.37 -
YUV 204.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 174 224 186 0.22 0 0.17 0.12 134.4 0.45 0.78
Hex AE E0 BA 16 0 11 C 86 2D 4E
Octal 256 340 272 26 0 21 14 206 55 116
Binary 10101110 11100000 10111010 10110 0 10001 1100 10000110 101101 1001110

Color Harmonies of #AEE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0BA

Black with #AEE0BA

Text Example


Text Example

White with #AEE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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