Html Css Color HEX #AAF4BB Fringy Flower

📋 copy color: '#AAF4BB'

red 170 ◦ green 244 ◦ blue 187

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

Shades of Fringy Flower #AAF4BB

Tints of Fringy Flower #AAF4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.11%

R = 28.29%
G = 40.6%
B = 31.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#AAF4BB (or 0xAAF4BB) is known color: Fringy Flower. HEX triplet: AA, F4 and BB. RGB value is (170,244,187). Sum of RGB (Red+Green+Blue) = 170+244+187=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4BB is #550B44. Grayscale: #D7D7D7. Windows color (decimal): -5573445 or 12317866. OLE color: 12317866.

HSL color Cylindrical-coordinate representation of color #AAF4BB: hue angle of 133.78º 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 #AAF4BB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 187 -
CMYK 0.30 0 0.23 0.04
HSL 133.78º 0.77% 0.81% -
HSV(B) 133.78º 0.3% 0.96% -
XYZ 57.9 76.84 58.79 -
YUV 215.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 170 244 187 0.30 0 0.23 0.04 133.78 0.77 0.81
Hex AA F4 BB 1E 0 17 4 86 4D 51
Octal 252 364 273 36 0 27 4 206 115 121
Binary 10101010 11110100 10111011 11110 0 10111 100 10000110 1001101 1010001

Color Harmonies of #AAF4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF4BB

Black with #AAF4BB

Text Example


Text Example

White with #AAF4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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