Html Css Color HEX #ABF8D0 Magic Mint

📋 copy color: '#ABF8D0'

red 171 ◦ green 248 ◦ blue 208

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

Shades of Magic Mint #ABF8D0

Tints of Magic Mint #ABF8D0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.55%

 BLUE value IS 208 (81.64% from 255) = 33.17%

R = 27.27%
G = 39.55%
B = 33.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#ABF8D0 (or 0xABF8D0) is known color: Magic Mint. HEX triplet: AB, F8 and D0. RGB value is (171,248,208). Sum of RGB (Red+Green+Blue) = 171+248+208=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 248 (97.27% from 255 or 39.55% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF8D0 is #54072F. Grayscale: #DCDCDC. Windows color (decimal): -5506864 or 13695147. OLE color: 13695147.

HSL color Cylindrical-coordinate representation of color #ABF8D0: hue angle of 148.83º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF8D0 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 248 208 -
CMYK 0.31 0 0.16 0.03
HSL 148.83º 0.85% 0.82% -
HSV(B) 148.83º 0.31% 0.97% -
XYZ 61.75 80.35 71.93 -
YUV 220.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 171 248 208 0.31 0 0.16 0.03 148.83 0.85 0.82
Hex AB F8 D0 1F 0 10 3 95 55 52
Octal 253 370 320 37 0 20 3 225 125 122
Binary 10101011 11111000 11010000 11111 0 10000 11 10010101 1010101 1010010

Color Harmonies of #ABF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF8D0

Black with #ABF8D0

Text Example


Text Example

White with #ABF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF8D0; }

 p { color: rgb(171,248,208); }

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

background-color css

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

 a { background-color: rgb(171,248,208); }

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

border-color css

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

 span { border-color: rgb(171,248,208); }

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