#AAF0BC

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

Shades of Fringy Flower #AAF0BC

Tints of Fringy Flower #AAF0BC

Color information

#AAF0BC (or 0xAAF0BC) is unknown color: approx Fringy Flower. HEX triplet: AA, F0 and BC. RGB value is (170,240,188). Sum of RGB (Red+Green+Blue) = 170+240+188=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0BC is #550F43. Grayscale: #D5D5D5. Windows color (decimal): -5574468 or 12382378. OLE color: 12382378.

HSL color Cylindrical-coordinate representation of color #AAF0BC: hue angle of 135.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0BC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB170240188-
CMYK0.2900.220.06
HSL135.43º70%80.39%-
HSV(B)135.43º29.17%94.12%-
XYZ56.8174.558.96-
YUV213.14113.8197.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.43%
GREEN value IS 240 (94.14% from 255) = 40.13%
BLUE value IS 188 (73.83% from 255) = 31.44%
R=28.43%
G=40.13%
B=31.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702401880.2900.220.06135.437080.39
HexAAF0BC1D0166874650
Octal252360274350266207106120
Binary101010101111000010111100111010101101101000011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF0BC; }

 p { color: rgb(170,240,188); }

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

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

 a { background-color: rgb(170,240,188); }

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

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

 span { border-color: rgb(170,240,188); }

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