Html Css Color HEX #AAE9BE Fringy Flower

📋 copy color: '#AAE9BE'

red 170 ◦ green 233 ◦ blue 190

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

Shades of Fringy Flower #AAE9BE

Tints of Fringy Flower #AAE9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 28.67%
G = 39.29%
B = 32.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#AAE9BE (or 0xAAE9BE) is known color: Fringy Flower. HEX triplet: AA, E9 and BE. RGB value is (170,233,190). Sum of RGB (Red+Green+Blue) = 170+233+190=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9BE is #551641. Grayscale: #D1D1D1. Windows color (decimal): -5576258 or 12511658. OLE color: 12511658.

HSL color Cylindrical-coordinate representation of color #AAE9BE: hue angle of 139.05º 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 #AAE9BE is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 190 -
CMYK 0.27 0 0.18 0.09
HSL 139.05º 0.59% 0.79% -
HSV(B) 139.05º 0.27% 0.91% -
XYZ 55.01 70.54 59.43 -
YUV 209.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 170 233 190 0.27 0 0.18 0.09 139.05 0.59 0.79
Hex AA E9 BE 1B 0 12 9 8B 3B 4F
Octal 252 351 276 33 0 22 11 213 73 117
Binary 10101010 11101001 10111110 11011 0 10010 1001 10001011 111011 1001111

Color Harmonies of #AAE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9BE

Black with #AAE9BE

Text Example


Text Example

White with #AAE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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