#AAFAC0

Color #AAFAC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #AAFAC0

Tints of Fringy Flower #AAFAC0

Color information

#AAFAC0 (or 0xAAFAC0) is unknown color: approx Fringy Flower. HEX triplet: AA, FA and C0. RGB value is (170,250,192). Sum of RGB (Red+Green+Blue) = 170+250+192=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAC0 is #55053F. Grayscale: #DBDBDB. Windows color (decimal): -5571904 or 12647082. OLE color: 12647082.

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

Color convert

RGB170250192-
CMYK0.3200.230.02
HSL136.5º88.89%82.35%-
HSV(B)136.5º32%98.04%-
XYZ60.2880.7262.27-
YUV219.47112.592.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=27.78%
G=40.85%
B=31.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501920.3200.230.02136.588.8982.35
HexAAFAC0200172885952
Octal252372300400272210131122
Binary101010101111101011000000100000010111101000100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAC0; }

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

 H1.HeaderClassName
 {
   color: #AAFAC0;
 }
 .AnyTagClassName
 {
   color: #AAFAC0;
 }
</style>
background-color css

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

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

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

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

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

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