Html Css Color HEX #AAFAB9 Fringy Flower

📋 copy color: '#AAFAB9'

red 170 ◦ green 250 ◦ blue 185

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

Shades of Fringy Flower #AAFAB9

Tints of Fringy Flower #AAFAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.32%

 BLUE value IS 185 (72.66% from 255) = 30.58%

R = 28.1%
G = 41.32%
B = 30.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#AAFAB9 (or 0xAAFAB9) is known color: Fringy Flower. HEX triplet: AA, FA and B9. RGB value is (170,250,185). Sum of RGB (Red+Green+Blue) = 170+250+185=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAB9 is #550546. Grayscale: #DADADA. Windows color (decimal): -5571911 or 12188330. OLE color: 12188330.

HSL color Cylindrical-coordinate representation of color #AAFAB9: hue angle of 131.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAB9 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 185 -
CMYK 0.32 0 0.26 0.02
HSL 131.25º 0.89% 0.82% -
HSV(B) 131.25º 0.32% 0.98% -
XYZ 59.52 80.42 58.28 -
YUV 218.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 170 250 185 0.32 0 0.26 0.02 131.25 0.89 0.82
Hex AA FA B9 20 0 1A 2 83 59 52
Octal 252 372 271 40 0 32 2 203 131 122
Binary 10101010 11111010 10111001 100000 0 11010 10 10000011 1011001 1010010

Color Harmonies of #AAFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFAB9

Black with #AAFAB9

Text Example


Text Example

White with #AAFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFAB9; }

 p { color: rgb(170,250,185); }

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

background-color css

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

 a { background-color: rgb(170,250,185); }

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

border-color css

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

 span { border-color: rgb(170,250,185); }

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