Html Css Color HEX #AAE9B9 Fringy Flower

📋 copy color: '#AAE9B9'

red 170 ◦ green 233 ◦ blue 185

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

Shades of Fringy Flower #AAE9B9

Tints of Fringy Flower #AAE9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.46%

R = 28.91%
G = 39.63%
B = 31.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#AAE9B9 (or 0xAAE9B9) is known color: Fringy Flower. HEX triplet: AA, E9 and B9. RGB value is (170,233,185). Sum of RGB (Red+Green+Blue) = 170+233+185=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9B9 is #551646. Grayscale: #D0D0D0. Windows color (decimal): -5576263 or 12183978. OLE color: 12183978.

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

Color convert

RGB 170 233 185 -
CMYK 0.27 0 0.21 0.09
HSL 134.29º 0.59% 0.79% -
HSV(B) 134.29º 0.27% 0.91% -
XYZ 54.47 70.33 56.6 -
YUV 208.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 170 233 185 0.27 0 0.21 0.09 134.29 0.59 0.79
Hex AA E9 B9 1B 0 15 9 86 3B 4F
Octal 252 351 271 33 0 25 11 206 73 117
Binary 10101010 11101001 10111001 11011 0 10101 1001 10000110 111011 1001111

Color Harmonies of #AAE9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9B9

Black with #AAE9B9

Text Example


Text Example

White with #AAE9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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