#AAFFC0

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

Shades of Fringy Flower #AAFFC0

Tints of Fringy Flower #AAFFC0

Color information

#AAFFC0 (or 0xAAFFC0) is unknown color: approx Fringy Flower. HEX triplet: AA, FF and C0. RGB value is (170,255,192). Sum of RGB (Red+Green+Blue) = 170+255+192=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC0 is #55003F. Grayscale: #DEDEDE. Windows color (decimal): -5570624 or 12648362. OLE color: 12648362.

HSL color Cylindrical-coordinate representation of color #AAFFC0: hue angle of 135.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB170255192-
CMYK0.3300.250
HSL135.53º100%83.33%-
HSV(B)135.53º33.33%100%-
XYZ61.8583.8762.8-
YUV222.4110.8490.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 255 (100% from 255) = 41.33%
BLUE value IS 192 (75.39% from 255) = 31.12%
R=27.55%
G=41.33%
B=31.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702551920.3300.250135.5310083.33
HexAAFFC0210190886453
Octal252377300410310210144123
Binary10101010111111111100000010000101100101000100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFC0; }

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

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

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

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

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

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

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

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