Html Css Color HEX #A0FCD8 Magic Mint

📋 copy color: '#A0FCD8'

red 160 ◦ green 252 ◦ blue 216

#A0FCD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #A0FCD8

Tints of Magic Mint #A0FCD8

RGB

 RED value IS 160 (62.89% from 255) = 25.48%

 GREEN value IS 252 (98.83% from 255) = 40.13%

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 25.48%
G = 40.13%
B = 34.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#A0FCD8 (or 0xA0FCD8) is known color: Magic Mint. HEX triplet: A0, FC and D8. RGB value is (160,252,216). Sum of RGB (Red+Green+Blue) = 160+252+216=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCD8 is #5F0327. Grayscale: #DCDCDC. Windows color (decimal): -6226728 or 14220448. OLE color: 14220448.

HSL color Cylindrical-coordinate representation of color #A0FCD8: hue angle of 156.52º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCD8 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 216 -
CMYK 0.37 0 0.14 0.01
HSL 156.52º 0.94% 0.81% -
HSV(B) 156.52º 0.37% 0.99% -
XYZ 61.7 82.05 77.55 -
YUV 220.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 160 252 216 0.37 0 0.14 0.01 156.52 0.94 0.81
Hex A0 FC D8 25 0 E 1 9D 5E 51
Octal 240 374 330 45 0 16 1 235 136 121
Binary 10100000 11111100 11011000 100101 0 1110 1 10011101 1011110 1010001

Color Harmonies of #A0FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCD8

Black with #A0FCD8

Text Example


Text Example

White with #A0FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCD8; }

 p { color: rgb(160,252,216); }

 H1.HeaderClassName
 {
   color: #A0FCD8;
 }
 .AnyTagClassName
 {
   color: #A0FCD8;
 }
</style>

background-color css

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

 a { background-color: rgb(160,252,216); }

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

border-color css

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

 span { border-color: rgb(160,252,216); }

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