Html Css Color HEX #AAF1BE Fringy Flower

📋 copy color: '#AAF1BE'

red 170 ◦ green 241 ◦ blue 190

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

Shades of Fringy Flower #AAF1BE

Tints of Fringy Flower #AAF1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.1%

 BLUE value IS 190 (74.61% from 255) = 31.61%

R = 28.29%
G = 40.1%
B = 31.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#AAF1BE (or 0xAAF1BE) is known color: Fringy Flower. HEX triplet: AA, F1 and BE. RGB value is (170,241,190). Sum of RGB (Red+Green+Blue) = 170+241+190=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1BE is #550E41. Grayscale: #D6D6D6. Windows color (decimal): -5574210 or 12513706. OLE color: 12513706.

HSL color Cylindrical-coordinate representation of color #AAF1BE: hue angle of 136.9º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF1BE is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 190 -
CMYK 0.29 0 0.21 0.05
HSL 136.9º 0.72% 0.81% -
HSV(B) 136.9º 0.29% 0.95% -
XYZ 57.33 75.17 60.2 -
YUV 213.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 170 241 190 0.29 0 0.21 0.05 136.9 0.72 0.81
Hex AA F1 BE 1D 0 15 5 89 48 51
Octal 252 361 276 35 0 25 5 211 110 121
Binary 10101010 11110001 10111110 11101 0 10101 101 10001001 1001000 1010001

Color Harmonies of #AAF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1BE

Black with #AAF1BE

Text Example


Text Example

White with #AAF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1BE; }

 p { color: rgb(170,241,190); }

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

background-color css

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

 a { background-color: rgb(170,241,190); }

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

border-color css

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

 span { border-color: rgb(170,241,190); }

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