Html Css Color HEX #AAE7BD Fringy Flower

📋 copy color: '#AAE7BD'

red 170 ◦ green 231 ◦ blue 189

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

Shades of Fringy Flower #AAE7BD

Tints of Fringy Flower #AAE7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.15%

 BLUE value IS 189 (74.22% from 255) = 32.03%

R = 28.81%
G = 39.15%
B = 32.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#AAE7BD (or 0xAAE7BD) is known color: Fringy Flower. HEX triplet: AA, E7 and BD. RGB value is (170,231,189). Sum of RGB (Red+Green+Blue) = 170+231+189=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7BD is #551842. Grayscale: #D0D0D0. Windows color (decimal): -5576771 or 12445610. OLE color: 12445610.

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

Color convert

RGB 170 231 189 -
CMYK 0.26 0 0.18 0.09
HSL 138.69º 0.56% 0.79% -
HSV(B) 138.69º 0.26% 0.91% -
XYZ 54.34 69.37 58.67 -
YUV 207.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 170 231 189 0.26 0 0.18 0.09 138.69 0.56 0.79
Hex AA E7 BD 1A 0 12 9 8B 38 4F
Octal 252 347 275 32 0 22 11 213 70 117
Binary 10101010 11100111 10111101 11010 0 10010 1001 10001011 111000 1001111

Color Harmonies of #AAE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7BD

Black with #AAE7BD

Text Example


Text Example

White with #AAE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7BD; }

 p { color: rgb(170,231,189); }

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

background-color css

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

 a { background-color: rgb(170,231,189); }

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

border-color css

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

 span { border-color: rgb(170,231,189); }

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