Html Css Color HEX #AAE2BA Fringy Flower

📋 copy color: '#AAE2BA'

red 170 ◦ green 226 ◦ blue 186

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

Shades of Fringy Flower #AAE2BA

Tints of Fringy Flower #AAE2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.83%

 BLUE value IS 186 (73.05% from 255) = 31.96%

R = 29.21%
G = 38.83%
B = 31.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#AAE2BA (or 0xAAE2BA) is known color: Fringy Flower. HEX triplet: AA, E2 and BA. RGB value is (170,226,186). Sum of RGB (Red+Green+Blue) = 170+226+186=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2BA is #551D45. Grayscale: #CCCCCC. Windows color (decimal): -5578054 or 12247722. OLE color: 12247722.

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

Color convert

RGB 170 226 186 -
CMYK 0.25 0 0.18 0.11
HSL 137.14º 0.49% 0.78% -
HSV(B) 137.14º 0.25% 0.89% -
XYZ 52.64 66.48 56.51 -
YUV 204.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 170 226 186 0.25 0 0.18 0.11 137.14 0.49 0.78
Hex AA E2 BA 19 0 12 B 89 31 4E
Octal 252 342 272 31 0 22 13 211 61 116
Binary 10101010 11100010 10111010 11001 0 10010 1011 10001001 110001 1001110

Color Harmonies of #AAE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2BA

Black with #AAE2BA

Text Example


Text Example

White with #AAE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2BA; }

 p { color: rgb(170,226,186); }

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

background-color css

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

 a { background-color: rgb(170,226,186); }

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

border-color css

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

 span { border-color: rgb(170,226,186); }

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