#A2FABB

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

Shades of Fringy Flower #A2FABB

Tints of Fringy Flower #A2FABB

Color information

#A2FABB (or 0xA2FABB) is unknown color: approx Fringy Flower. HEX triplet: A2, FA and BB. RGB value is (162,250,187). Sum of RGB (Red+Green+Blue) = 162+250+187=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FABB is #5D0544. Grayscale: #D8D8D8. Windows color (decimal): -6096197 or 12319394. OLE color: 12319394.

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

Color convert

RGB162250187-
CMYK0.3500.250.02
HSL137.05º89.8%80.78%-
HSV(B)137.05º35.2%98.04%-
XYZ58.0679.6459.33-
YUV216.51111.3589.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.05%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 187 (73.44% from 255) = 31.22%
R=27.05%
G=41.74%
B=31.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622501870.3500.250.02137.0589.880.78
HexA2FABB230192895a51
Octal242372273430312211132121
Binary101000101111101010111011100011011001101000100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FABB; }

 p { color: rgb(162,250,187); }

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

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

 a { background-color: rgb(162,250,187); }

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

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

 span { border-color: rgb(162,250,187); }

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