Html Css Color HEX #ABF6DC Magic Mint

📋 copy color: '#ABF6DC'

red 171 ◦ green 246 ◦ blue 220

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

Shades of Magic Mint #ABF6DC

Tints of Magic Mint #ABF6DC

RGB

 RED value IS 171 (67.19% from 255) = 26.84%

 GREEN value IS 246 (96.48% from 255) = 38.62%

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 26.84%
G = 38.62%
B = 34.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#ABF6DC (or 0xABF6DC) is known color: Magic Mint. HEX triplet: AB, F6 and DC. RGB value is (171,246,220). Sum of RGB (Red+Green+Blue) = 171+246+220=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF6DC is #540923. Grayscale: #DCDCDC. Windows color (decimal): -5507364 or 14481067. OLE color: 14481067.

HSL color Cylindrical-coordinate representation of color #ABF6DC: hue angle of 159.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF6DC is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 246 220 -
CMYK 0.30 0 0.11 0.04
HSL 159.2º 0.81% 0.82% -
HSV(B) 159.2º 0.3% 0.96% -
XYZ 62.67 79.74 79.8 -
YUV 220.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 171 246 220 0.30 0 0.11 0.04 159.2 0.81 0.82
Hex AB F6 DC 1E 0 B 4 9F 51 52
Octal 253 366 334 36 0 13 4 237 121 122
Binary 10101011 11110110 11011100 11110 0 1011 100 10011111 1010001 1010010

Color Harmonies of #ABF6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF6DC

Black with #ABF6DC

Text Example


Text Example

White with #ABF6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF6DC; }

 p { color: rgb(171,246,220); }

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

background-color css

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

 a { background-color: rgb(171,246,220); }

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

border-color css

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

 span { border-color: rgb(171,246,220); }

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