Html Css Color HEX #AAEAB9 Fringy Flower

📋 copy color: '#AAEAB9'

red 170 ◦ green 234 ◦ blue 185

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

Shades of Fringy Flower #AAEAB9

Tints of Fringy Flower #AAEAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.73%

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

R = 28.86%
G = 39.73%
B = 31.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#AAEAB9 (or 0xAAEAB9) is known color: Fringy Flower. HEX triplet: AA, EA and B9. RGB value is (170,234,185). Sum of RGB (Red+Green+Blue) = 170+234+185=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAB9 is #551546. Grayscale: #D1D1D1. Windows color (decimal): -5576007 or 12184234. OLE color: 12184234.

HSL color Cylindrical-coordinate representation of color #AAEAB9: hue angle of 134.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAB9 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 185 -
CMYK 0.27 0 0.21 0.08
HSL 134.06º 0.6% 0.79% -
HSV(B) 134.06º 0.27% 0.92% -
XYZ 54.76 70.89 56.7 -
YUV 209.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 170 234 185 0.27 0 0.21 0.08 134.06 0.6 0.79
Hex AA EA B9 1B 0 15 8 86 3C 4F
Octal 252 352 271 33 0 25 10 206 74 117
Binary 10101010 11101010 10111001 11011 0 10101 1000 10000110 111100 1001111

Color Harmonies of #AAEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAB9

Black with #AAEAB9

Text Example


Text Example

White with #AAEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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