#AAF8C1

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

Shades of Fringy Flower #AAF8C1

Tints of Fringy Flower #AAF8C1

Color information

#AAF8C1 (or 0xAAF8C1) is unknown color: approx Fringy Flower. HEX triplet: AA, F8 and C1. RGB value is (170,248,193). Sum of RGB (Red+Green+Blue) = 170+248+193=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8C1 is #55073E. Grayscale: #DADADA. Windows color (decimal): -5572415 or 12712106. OLE color: 12712106.

HSL color Cylindrical-coordinate representation of color #AAF8C1: hue angle of 137.69º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF8C1 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB170248193-
CMYK0.3100.220.03
HSL137.69º84.78%81.96%-
HSV(B)137.69º31.45%97.25%-
XYZ59.7779.5362.65-
YUV218.41113.6693.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 193 (75.78% from 255) = 31.59%
R=27.82%
G=40.59%
B=31.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702481930.3100.220.03137.6984.7881.96
HexAAF8C11F01638a5552
Octal252370301370263212125122
Binary10101010111110001100000111111010110111000101010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8C1; }

 p { color: rgb(170,248,193); }

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

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

 a { background-color: rgb(170,248,193); }

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

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

 span { border-color: rgb(170,248,193); }

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