#AAFABC

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

Shades of Fringy Flower #AAFABC

Tints of Fringy Flower #AAFABC

Color information

#AAFABC (or 0xAAFABC) is unknown color: approx Fringy Flower. HEX triplet: AA, FA and BC. RGB value is (170,250,188). Sum of RGB (Red+Green+Blue) = 170+250+188=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFABC is #550543. Grayscale: #DBDBDB. Windows color (decimal): -5571908 or 12384938. OLE color: 12384938.

HSL color Cylindrical-coordinate representation of color #AAFABC: hue angle of 133.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFABC is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB170250188-
CMYK0.3200.250.02
HSL133.5º88.89%82.35%-
HSV(B)133.5º32%98.04%-
XYZ59.8480.5559.97-
YUV219.01110.593.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=27.96%
G=41.12%
B=30.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702501880.3200.250.02133.588.8982.35
HexAAFABC200192865952
Octal252372274400312206131122
Binary101010101111101010111100100000011001101000011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFABC; }

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

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

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

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

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

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

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

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