Html Css Color HEX #AAF4BA Fringy Flower

📋 copy color: '#AAF4BA'

red 170 ◦ green 244 ◦ blue 186

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

Shades of Fringy Flower #AAF4BA

Tints of Fringy Flower #AAF4BA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.67%

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

R = 28.33%
G = 40.67%
B = 31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#AAF4BA (or 0xAAF4BA) is known color: Fringy Flower. HEX triplet: AA, F4 and BA. RGB value is (170,244,186). Sum of RGB (Red+Green+Blue) = 170+244+186=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4BA is #550B45. Grayscale: #D7D7D7. Windows color (decimal): -5573446 or 12252330. OLE color: 12252330.

HSL color Cylindrical-coordinate representation of color #AAF4BA: hue angle of 132.97º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4BA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 186 -
CMYK 0.30 0 0.24 0.04
HSL 132.97º 0.77% 0.81% -
HSV(B) 132.97º 0.3% 0.96% -
XYZ 57.79 76.79 58.23 -
YUV 215.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 170 244 186 0.30 0 0.24 0.04 132.97 0.77 0.81
Hex AA F4 BA 1E 0 18 4 85 4D 51
Octal 252 364 272 36 0 30 4 205 115 121
Binary 10101010 11110100 10111010 11110 0 11000 100 10000101 1001101 1010001

Color Harmonies of #AAF4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF4BA

Black with #AAF4BA

Text Example


Text Example

White with #AAF4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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