#AAF1C1

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

Shades of Fringy Flower #AAF1C1

Tints of Fringy Flower #AAF1C1

Color information

#AAF1C1 (or 0xAAF1C1) is unknown color: approx Fringy Flower. HEX triplet: AA, F1 and C1. RGB value is (170,241,193). Sum of RGB (Red+Green+Blue) = 170+241+193=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1C1 is #550E3E. Grayscale: #D6D6D6. Windows color (decimal): -5574207 or 12710314. OLE color: 12710314.

HSL color Cylindrical-coordinate representation of color #AAF1C1: hue angle of 139.44º 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 #AAF1C1 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB170241193-
CMYK0.2900.200.05
HSL139.44º71.72%80.59%-
HSV(B)139.44º29.46%94.51%-
XYZ57.6675.3161.95-
YUV214.3115.9896.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.15%
GREEN value IS 241 (94.53% from 255) = 39.90%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=28.15%
G=39.90%
B=31.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702411930.2900.200.05139.4471.7280.59
HexAAF1C11D01458b4851
Octal252361301350245213110121
Binary101010101111000111000001111010101001011000101110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF1C1; }

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

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

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

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

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

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

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

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