#A0F3BB

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

Shades of Fringy Flower #A0F3BB

Tints of Fringy Flower #A0F3BB

Color information

#A0F3BB (or 0xA0F3BB) is unknown color: approx Fringy Flower. HEX triplet: A0, F3 and BB. RGB value is (160,243,187). Sum of RGB (Red+Green+Blue) = 160+243+187=590 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.12% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3BB is #5F0C44. Grayscale: #D3D3D3. Windows color (decimal): -6229061 or 12317600. OLE color: 12317600.

HSL color Cylindrical-coordinate representation of color #A0F3BB: hue angle of 139.52º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F3BB is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB160243187-
CMYK0.3400.230.05
HSL139.52º77.57%79.02%-
HSV(B)139.52º34.16%95.29%-
XYZ55.5275.1658.6-
YUV211.811491.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.12%
GREEN value IS 243 (95.31% from 255) = 41.19%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=27.12%
G=41.19%
B=31.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602431870.3400.230.05139.5277.5779.02
HexA0F3BB2201758c4e4f
Octal240363273420275214116117
Binary1010000011110011101110111000100101111011000110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3BB; }

 p { color: rgb(160,243,187); }

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

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

 a { background-color: rgb(160,243,187); }

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

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

 span { border-color: rgb(160,243,187); }

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