Html Css Color HEX #A0F9DD Magic Mint

📋 copy color: '#A0F9DD'

red 160 ◦ green 249 ◦ blue 221

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

Shades of Magic Mint #A0F9DD

Tints of Magic Mint #A0F9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.52%

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 25.4%
G = 39.52%
B = 35.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#A0F9DD (or 0xA0F9DD) is known color: Magic Mint. HEX triplet: A0, F9 and DD. RGB value is (160,249,221). Sum of RGB (Red+Green+Blue) = 160+249+221=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 249 (97.66% from 255 or 39.52% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F9DD is #5F0622. Grayscale: #DBDBDB. Windows color (decimal): -6227491 or 14547360. OLE color: 14547360.

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

Color convert

RGB 160 249 221 -
CMYK 0.36 0 0.11 0.02
HSL 161.12º 0.88% 0.8% -
HSV(B) 161.12º 0.36% 0.98% -
XYZ 61.42 80.45 80.7 -
YUV 219.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 160 249 221 0.36 0 0.11 0.02 161.12 0.88 0.8
Hex A0 F9 DD 24 0 B 2 A1 58 50
Octal 240 371 335 44 0 13 2 241 130 120
Binary 10100000 11111001 11011101 100100 0 1011 10 10100001 1011000 1010000

Color Harmonies of #A0F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F9DD

Black with #A0F9DD

Text Example


Text Example

White with #A0F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F9DD; }

 p { color: rgb(160,249,221); }

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

background-color css

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

 a { background-color: rgb(160,249,221); }

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

border-color css

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

 span { border-color: rgb(160,249,221); }

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