Html Css Color HEX #AAE0B6 Fringy Flower

📋 copy color: '#AAE0B6'

red 170 ◦ green 224 ◦ blue 182

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

Shades of Fringy Flower #AAE0B6

Tints of Fringy Flower #AAE0B6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.89%

 BLUE value IS 182 (71.48% from 255) = 31.6%

R = 29.51%
G = 38.89%
B = 31.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#AAE0B6 (or 0xAAE0B6) is known color: Fringy Flower. HEX triplet: AA, E0 and B6. RGB value is (170,224,182). Sum of RGB (Red+Green+Blue) = 170+224+182=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0B6 is #551F49. Grayscale: #CBCBCB. Windows color (decimal): -5578570 or 11985066. OLE color: 11985066.

HSL color Cylindrical-coordinate representation of color #AAE0B6: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0B6 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 224 182 -
CMYK 0.24 0 0.19 0.12
HSL 133.33º 0.47% 0.77% -
HSV(B) 133.33º 0.24% 0.88% -
XYZ 51.68 65.23 54.12 -
YUV 203.07 116.11 104.42 -
System Red Green Blue C M Y K H S L
Decimal 170 224 182 0.24 0 0.19 0.12 133.33 0.47 0.77
Hex AA E0 B6 18 0 13 C 85 2F 4D
Octal 252 340 266 30 0 23 14 205 57 115
Binary 10101010 11100000 10110110 11000 0 10011 1100 10000101 101111 1001101

Color Harmonies of #AAE0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0B6

Black with #AAE0B6

Text Example


Text Example

White with #AAE0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0B6; }

 p { color: rgb(170,224,182); }

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

background-color css

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

 a { background-color: rgb(170,224,182); }

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

border-color css

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

 span { border-color: rgb(170,224,182); }

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