Html Css Color HEX #AAE8BB Fringy Flower

📋 copy color: '#AAE8BB'

red 170 ◦ green 232 ◦ blue 187

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

Shades of Fringy Flower #AAE8BB

Tints of Fringy Flower #AAE8BB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.39%

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

R = 28.86%
G = 39.39%
B = 31.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#AAE8BB (or 0xAAE8BB) is known color: Fringy Flower. HEX triplet: AA, E8 and BB. RGB value is (170,232,187). Sum of RGB (Red+Green+Blue) = 170+232+187=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8BB is #551744. Grayscale: #D0D0D0. Windows color (decimal): -5576517 or 12314794. OLE color: 12314794.

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

Color convert

RGB 170 232 187 -
CMYK 0.27 0 0.19 0.09
HSL 136.45º 0.57% 0.79% -
HSV(B) 136.45º 0.27% 0.91% -
XYZ 54.4 69.85 57.63 -
YUV 208.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 170 232 187 0.27 0 0.19 0.09 136.45 0.57 0.79
Hex AA E8 BB 1B 0 13 9 88 39 4F
Octal 252 350 273 33 0 23 11 210 71 117
Binary 10101010 11101000 10111011 11011 0 10011 1001 10001000 111001 1001111

Color Harmonies of #AAE8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8BB

Black with #AAE8BB

Text Example


Text Example

White with #AAE8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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