Html Css Color HEX #AAE6BA Fringy Flower

📋 copy color: '#AAE6BA'

red 170 ◦ green 230 ◦ blue 186

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

Shades of Fringy Flower #AAE6BA

Tints of Fringy Flower #AAE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.25%

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

R = 29.01%
G = 39.25%
B = 31.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#AAE6BA (or 0xAAE6BA) is known color: Fringy Flower. HEX triplet: AA, E6 and BA. RGB value is (170,230,186). Sum of RGB (Red+Green+Blue) = 170+230+186=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE6BA is #551945. Grayscale: #CFCFCF. Windows color (decimal): -5577030 or 12248746. OLE color: 12248746.

HSL color Cylindrical-coordinate representation of color #AAE6BA: hue angle of 136º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE6BA is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 186 -
CMYK 0.26 0 0.19 0.10
HSL 136º 0.55% 0.78% -
HSV(B) 136º 0.26% 0.9% -
XYZ 53.74 68.68 56.88 -
YUV 207.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 170 230 186 0.26 0 0.19 0.10 136 0.55 0.78
Hex AA E6 BA 1A 0 13 A 88 37 4E
Octal 252 346 272 32 0 23 12 210 67 116
Binary 10101010 11100110 10111010 11010 0 10011 1010 10001000 110111 1001110

Color Harmonies of #AAE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE6BA

Black with #AAE6BA

Text Example


Text Example

White with #AAE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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