#A0FBCD

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

Shades of Magic Mint #A0FBCD

Tints of Magic Mint #A0FBCD

Color information

#A0FBCD (or 0xA0FBCD) is unknown color: approx Magic Mint. HEX triplet: A0, FB and CD. RGB value is (160,251,205). Sum of RGB (Red+Green+Blue) = 160+251+205=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBCD is #5F0432. Grayscale: #DADADA. Windows color (decimal): -6226995 or 13499296. OLE color: 13499296.

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

Color convert

RGB160251205-
CMYK0.3600.180.02
HSL149.67º91.92%80.59%-
HSV(B)149.67º36.25%98.43%-
XYZ60.0180.8870.21-
YUV218.55120.3586.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.97%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=25.97%
G=40.75%
B=33.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602512050.3600.180.02149.6791.9280.59
HexA0FBCD240122965c51
Octal240373315440222226134121
Binary101000001111101111001101100100010010101001011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FBCD; }

 p { color: rgb(160,251,205); }

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

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

 a { background-color: rgb(160,251,205); }

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

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

 span { border-color: rgb(160,251,205); }

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