Html Css Color HEX #AAE5BB Fringy Flower

📋 copy color: '#AAE5BB'

red 170 ◦ green 229 ◦ blue 187

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

Shades of Fringy Flower #AAE5BB

Tints of Fringy Flower #AAE5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 29.01%
G = 39.08%
B = 31.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#AAE5BB (or 0xAAE5BB) is known color: Fringy Flower. HEX triplet: AA, E5 and BB. RGB value is (170,229,187). Sum of RGB (Red+Green+Blue) = 170+229+187=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5BB is #551A44. Grayscale: #CECECE. Windows color (decimal): -5577285 or 12314026. OLE color: 12314026.

HSL color Cylindrical-coordinate representation of color #AAE5BB: hue angle of 137.29º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5BB is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 229 187 -
CMYK 0.26 0 0.18 0.10
HSL 137.29º 0.53% 0.78% -
HSV(B) 137.29º 0.26% 0.9% -
XYZ 53.57 68.17 57.35 -
YUV 206.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 170 229 187 0.26 0 0.18 0.10 137.29 0.53 0.78
Hex AA E5 BB 1A 0 12 A 89 35 4E
Octal 252 345 273 32 0 22 12 211 65 116
Binary 10101010 11100101 10111011 11010 0 10010 1010 10001001 110101 1001110

Color Harmonies of #AAE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5BB

Black with #AAE5BB

Text Example


Text Example

White with #AAE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5BB; }

 p { color: rgb(170,229,187); }

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

background-color css

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

 a { background-color: rgb(170,229,187); }

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

border-color css

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

 span { border-color: rgb(170,229,187); }

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