#A0F3B7

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

Shades of Fringy Flower #A0F3B7

Tints of Fringy Flower #A0F3B7

Color information

#A0F3B7 (or 0xA0F3B7) is unknown color: approx Fringy Flower. HEX triplet: A0, F3 and B7. RGB value is (160,243,183). Sum of RGB (Red+Green+Blue) = 160+243+183=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3B7 is #5F0C48. Grayscale: #D3D3D3. Windows color (decimal): -6229065 or 12055456. OLE color: 12055456.

HSL color Cylindrical-coordinate representation of color #A0F3B7: hue angle of 136.63º 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 #A0F3B7 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB160243183-
CMYK0.3400.250.05
HSL136.63º77.57%79.02%-
HSV(B)136.63º34.16%95.29%-
XYZ55.174.9956.37-
YUV211.3411291.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.30%
GREEN value IS 243 (95.31% from 255) = 41.47%
BLUE value IS 183 (71.88% from 255) = 31.23%
R=27.30%
G=41.47%
B=31.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602431830.3400.250.05136.6377.5779.02
HexA0F3B7220195894e4f
Octal240363267420315211116117
Binary1010000011110011101101111000100110011011000100110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3B7; }

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

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

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

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

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

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

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

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