Html Css Color HEX #AAE0BA Fringy Flower

📋 copy color: '#AAE0BA'

red 170 ◦ green 224 ◦ blue 186

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

Shades of Fringy Flower #AAE0BA

Tints of Fringy Flower #AAE0BA

RGB

 RED value IS 170 (66.8% from 255) = 29.31%

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

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

R = 29.31%
G = 38.62%
B = 32.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#AAE0BA (or 0xAAE0BA) is known color: Fringy Flower. HEX triplet: AA, E0 and BA. RGB value is (170,224,186). Sum of RGB (Red+Green+Blue) = 170+224+186=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0BA is #551F45. Grayscale: #CBCBCB. Windows color (decimal): -5578566 or 12247210. OLE color: 12247210.

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

Color convert

RGB 170 224 186 -
CMYK 0.24 0 0.17 0.12
HSL 137.78º 0.47% 0.77% -
HSV(B) 137.78º 0.24% 0.88% -
XYZ 52.1 65.4 56.33 -
YUV 203.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 170 224 186 0.24 0 0.17 0.12 137.78 0.47 0.77
Hex AA E0 BA 18 0 11 C 8A 2F 4D
Octal 252 340 272 30 0 21 14 212 57 115
Binary 10101010 11100000 10111010 11000 0 10001 1100 10001010 101111 1001101

Color Harmonies of #AAE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0BA

Black with #AAE0BA

Text Example


Text Example

White with #AAE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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