Html Css Color HEX #A0FFDB Magic Mint

📋 copy color: '#A0FFDB'

red 160 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #A0FFDB

Tints of Magic Mint #A0FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 40.22%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 25.24%
G = 40.22%
B = 34.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#A0FFDB (or 0xA0FFDB) is known color: Magic Mint. HEX triplet: A0, FF and DB. RGB value is (160,255,219). Sum of RGB (Red+Green+Blue) = 160+255+219=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFDB is #5F0024. Grayscale: #DEDEDE. Windows color (decimal): -6225957 or 14417824. OLE color: 14417824.

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

Color convert

RGB 160 255 219 -
CMYK 0.37 0 0.14 0
HSL 157.26º 1% 0.81% -
HSV(B) 157.26º 0.37% 1% -
XYZ 63.04 84.11 79.93 -
YUV 222.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 160 255 219 0.37 0 0.14 0 157.26 1 0.81
Hex A0 FF DB 25 0 E 0 9D 64 51
Octal 240 377 333 45 0 16 0 235 144 121
Binary 10100000 11111111 11011011 100101 0 1110 0 10011101 1100100 1010001

Color Harmonies of #A0FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FFDB

Black with #A0FFDB

Text Example


Text Example

White with #A0FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FFDB; }

 p { color: rgb(160,255,219); }

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

background-color css

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

 a { background-color: rgb(160,255,219); }

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

border-color css

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

 span { border-color: rgb(160,255,219); }

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