#AAF3B6

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

Shades of Fringy Flower #AAF3B6

Tints of Fringy Flower #AAF3B6

Color information

#AAF3B6 (or 0xAAF3B6) is unknown color: approx Fringy Flower. HEX triplet: AA, F3 and B6. RGB value is (170,243,182). Sum of RGB (Red+Green+Blue) = 170+243+182=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3B6 is #550C49. Grayscale: #D6D6D6. Windows color (decimal): -5573706 or 11989930. OLE color: 11989930.

HSL color Cylindrical-coordinate representation of color #AAF3B6: hue angle of 129.86º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3B6 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB170243182-
CMYK0.3000.250.05
HSL129.86º75.26%80.98%-
HSV(B)129.86º30.04%95.29%-
XYZ57.0776.0255.92-
YUV214.22109.8296.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.57%
GREEN value IS 243 (95.31% from 255) = 40.84%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=28.57%
G=40.84%
B=30.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431820.3000.250.05129.8675.2680.98
HexAAF3B61E0195824b51
Octal252363266360315202113121
Binary101010101111001110110110111100110011011000001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3B6; }

 p { color: rgb(170,243,182); }

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

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

 a { background-color: rgb(170,243,182); }

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

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

 span { border-color: rgb(170,243,182); }

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