Html Css Color HEX #AAE3B9 Fringy Flower

📋 copy color: '#AAE3B9'

red 170 ◦ green 227 ◦ blue 185

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

Shades of Fringy Flower #AAE3B9

Tints of Fringy Flower #AAE3B9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39%

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

R = 29.21%
G = 39%
B = 31.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#AAE3B9 (or 0xAAE3B9) is known color: Fringy Flower. HEX triplet: AA, E3 and B9. RGB value is (170,227,185). Sum of RGB (Red+Green+Blue) = 170+227+185=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3B9 is #551C46. Grayscale: #CDCDCD. Windows color (decimal): -5577799 or 12182442. OLE color: 12182442.

HSL color Cylindrical-coordinate representation of color #AAE3B9: hue angle of 135.79º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE3B9 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 185 -
CMYK 0.25 0 0.19 0.11
HSL 135.79º 0.5% 0.78% -
HSV(B) 135.79º 0.25% 0.89% -
XYZ 52.8 66.99 56.05 -
YUV 205.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 170 227 185 0.25 0 0.19 0.11 135.79 0.5 0.78
Hex AA E3 B9 19 0 13 B 88 32 4E
Octal 252 343 271 31 0 23 13 210 62 116
Binary 10101010 11100011 10111001 11001 0 10011 1011 10001000 110010 1001110

Color Harmonies of #AAE3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3B9

Black with #AAE3B9

Text Example


Text Example

White with #AAE3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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