Html Css Color HEX #AAE3BE Fringy Flower

📋 copy color: '#AAE3BE'

red 170 ◦ green 227 ◦ blue 190

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

Shades of Fringy Flower #AAE3BE

Tints of Fringy Flower #AAE3BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 28.96%
G = 38.67%
B = 32.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#AAE3BE (or 0xAAE3BE) is known color: Fringy Flower. HEX triplet: AA, E3 and BE. RGB value is (170,227,190). Sum of RGB (Red+Green+Blue) = 170+227+190=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3BE is #551C41. Grayscale: #CDCDCD. Windows color (decimal): -5577794 or 12510122. OLE color: 12510122.

HSL color Cylindrical-coordinate representation of color #AAE3BE: hue angle of 141.05º 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 #AAE3BE is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 190 -
CMYK 0.25 0 0.16 0.11
HSL 141.05º 0.5% 0.78% -
HSV(B) 141.05º 0.25% 0.89% -
XYZ 53.34 67.2 58.88 -
YUV 205.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 170 227 190 0.25 0 0.16 0.11 141.05 0.5 0.78
Hex AA E3 BE 19 0 10 B 8D 32 4E
Octal 252 343 276 31 0 20 13 215 62 116
Binary 10101010 11100011 10111110 11001 0 10000 1011 10001101 110010 1001110

Color Harmonies of #AAE3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3BE

Black with #AAE3BE

Text Example


Text Example

White with #AAE3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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