Html Css Color HEX #AAEAB7 Fringy Flower

📋 copy color: '#AAEAB7'

red 170 ◦ green 234 ◦ blue 183

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

Shades of Fringy Flower #AAEAB7

Tints of Fringy Flower #AAEAB7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.86%

 BLUE value IS 183 (71.88% from 255) = 31.18%

R = 28.96%
G = 39.86%
B = 31.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#AAEAB7 (or 0xAAEAB7) is known color: Fringy Flower. HEX triplet: AA, EA and B7. RGB value is (170,234,183). Sum of RGB (Red+Green+Blue) = 170+234+183=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAB7 is #551548. Grayscale: #D1D1D1. Windows color (decimal): -5576009 or 12053162. OLE color: 12053162.

HSL color Cylindrical-coordinate representation of color #AAEAB7: hue angle of 132.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAB7 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 183 -
CMYK 0.27 0 0.22 0.08
HSL 132.19º 0.6% 0.79% -
HSV(B) 132.19º 0.27% 0.92% -
XYZ 54.55 70.81 55.59 -
YUV 209.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 170 234 183 0.27 0 0.22 0.08 132.19 0.6 0.79
Hex AA EA B7 1B 0 16 8 84 3C 4F
Octal 252 352 267 33 0 26 10 204 74 117
Binary 10101010 11101010 10110111 11011 0 10110 1000 10000100 111100 1001111

Color Harmonies of #AAEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAB7

Black with #AAEAB7

Text Example


Text Example

White with #AAEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAB7; }

 p { color: rgb(170,234,183); }

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

background-color css

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

 a { background-color: rgb(170,234,183); }

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

border-color css

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

 span { border-color: rgb(170,234,183); }

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