Html Css Color HEX #A0FBD9 Magic Mint

📋 copy color: '#A0FBD9'

red 160 ◦ green 251 ◦ blue 217

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

Shades of Magic Mint #A0FBD9

Tints of Magic Mint #A0FBD9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.97%

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 25.48%
G = 39.97%
B = 34.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#A0FBD9 (or 0xA0FBD9) is known color: Magic Mint. HEX triplet: A0, FB and D9. RGB value is (160,251,217). Sum of RGB (Red+Green+Blue) = 160+251+217=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBD9 is #5F0426. Grayscale: #DBDBDB. Windows color (decimal): -6226983 or 14285728. OLE color: 14285728.

HSL color Cylindrical-coordinate representation of color #A0FBD9: hue angle of 157.58º 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 #A0FBD9 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 251 217 -
CMYK 0.36 0 0.14 0.02
HSL 157.58º 0.92% 0.81% -
HSV(B) 157.58º 0.36% 0.98% -
XYZ 61.52 81.48 78.13 -
YUV 219.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 160 251 217 0.36 0 0.14 0.02 157.58 0.92 0.81
Hex A0 FB D9 24 0 E 2 9E 5C 51
Octal 240 373 331 44 0 16 2 236 134 121
Binary 10100000 11111011 11011001 100100 0 1110 10 10011110 1011100 1010001

Color Harmonies of #A0FBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FBD9

Black with #A0FBD9

Text Example


Text Example

White with #A0FBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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