Html Css Color HEX #AAFABB Fringy Flower

📋 copy color: '#AAFABB'

red 170 ◦ green 250 ◦ blue 187

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

Shades of Fringy Flower #AAFABB

Tints of Fringy Flower #AAFABB

RGB

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

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

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

R = 28.01%
G = 41.19%
B = 30.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#AAFABB (or 0xAAFABB) is known color: Fringy Flower. HEX triplet: AA, FA and BB. RGB value is (170,250,187). Sum of RGB (Red+Green+Blue) = 170+250+187=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFABB is #550544. Grayscale: #DBDBDB. Windows color (decimal): -5571909 or 12319402. OLE color: 12319402.

HSL color Cylindrical-coordinate representation of color #AAFABB: hue angle of 132.75º 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 #AAFABB is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 187 -
CMYK 0.32 0 0.25 0.02
HSL 132.75º 0.89% 0.82% -
HSV(B) 132.75º 0.32% 0.98% -
XYZ 59.73 80.51 59.4 -
YUV 218.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 170 250 187 0.32 0 0.25 0.02 132.75 0.89 0.82
Hex AA FA BB 20 0 19 2 85 59 52
Octal 252 372 273 40 0 31 2 205 131 122
Binary 10101010 11111010 10111011 100000 0 11001 10 10000101 1011001 1010010

Color Harmonies of #AAFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFABB

Black with #AAFABB

Text Example


Text Example

White with #AAFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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