Html Css Color HEX #AAE4B7 Fringy Flower

📋 copy color: '#AAE4B7'

red 170 ◦ green 228 ◦ blue 183

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

Shades of Fringy Flower #AAE4B7

Tints of Fringy Flower #AAE4B7

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.24%

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

R = 29.26%
G = 39.24%
B = 31.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#AAE4B7 (or 0xAAE4B7) is known color: Fringy Flower. HEX triplet: AA, E4 and B7. RGB value is (170,228,183). Sum of RGB (Red+Green+Blue) = 170+228+183=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE4B7 is #551B48. Grayscale: #CDCDCD. Windows color (decimal): -5577545 or 12051626. OLE color: 12051626.

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

Color convert

RGB 170 228 183 -
CMYK 0.25 0 0.20 0.11
HSL 133.45º 0.52% 0.78% -
HSV(B) 133.45º 0.25% 0.89% -
XYZ 52.87 67.45 55.03 -
YUV 205.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 170 228 183 0.25 0 0.20 0.11 133.45 0.52 0.78
Hex AA E4 B7 19 0 14 B 85 34 4E
Octal 252 344 267 31 0 24 13 205 64 116
Binary 10101010 11100100 10110111 11001 0 10100 1011 10000101 110100 1001110

Color Harmonies of #AAE4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE4B7

Black with #AAE4B7

Text Example


Text Example

White with #AAE4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE4B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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