Html Css Color HEX #AAE9BA Fringy Flower

📋 copy color: '#AAE9BA'

red 170 ◦ green 233 ◦ blue 186

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

Shades of Fringy Flower #AAE9BA

Tints of Fringy Flower #AAE9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.56%

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

R = 28.86%
G = 39.56%
B = 31.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#AAE9BA (or 0xAAE9BA) is known color: Fringy Flower. HEX triplet: AA, E9 and BA. RGB value is (170,233,186). Sum of RGB (Red+Green+Blue) = 170+233+186=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9BA is #551645. Grayscale: #D0D0D0. Windows color (decimal): -5576262 or 12249514. OLE color: 12249514.

HSL color Cylindrical-coordinate representation of color #AAE9BA: hue angle of 135.24º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9BA is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 186 -
CMYK 0.27 0 0.20 0.09
HSL 135.24º 0.59% 0.79% -
HSV(B) 135.24º 0.27% 0.91% -
XYZ 54.58 70.37 57.16 -
YUV 208.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 170 233 186 0.27 0 0.20 0.09 135.24 0.59 0.79
Hex AA E9 BA 1B 0 14 9 87 3B 4F
Octal 252 351 272 33 0 24 11 207 73 117
Binary 10101010 11101001 10111010 11011 0 10100 1001 10000111 111011 1001111

Color Harmonies of #AAE9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9BA

Black with #AAE9BA

Text Example


Text Example

White with #AAE9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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