#A0F3D3

Color #A0F3D3 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A0F3D3

Tints of Magic Mint #A0F3D3

Color information

#A0F3D3 (or 0xA0F3D3) is unknown color: approx Magic Mint. HEX triplet: A0, F3 and D3. RGB value is (160,243,211). Sum of RGB (Red+Green+Blue) = 160+243+211=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3D3 is #5F0C2C. Grayscale: #D6D6D6. Windows color (decimal): -6229037 or 13890464. OLE color: 13890464.

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

Color convert

RGB160243211-
CMYK0.3400.130.05
HSL156.87º77.57%79.02%-
HSV(B)156.87º34.16%95.29%-
XYZ58.3176.2873.28-
YUV214.5412689.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.06%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=26.06%
G=39.58%
B=34.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602432110.3400.130.05156.8777.5779.02
HexA0F3D3220D59d4e4f
Octal240363323420155235116117
Binary101000001111001111010011100010011011011001110110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F3D3; }

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

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

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

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

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

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

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

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