Html Css Color HEX #ABFADC Magic Mint

📋 copy color: '#ABFADC'

red 171 ◦ green 250 ◦ blue 220

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

Shades of Magic Mint #ABFADC

Tints of Magic Mint #ABFADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39%

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

R = 26.68%
G = 39%
B = 34.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#ABFADC (or 0xABFADC) is known color: Magic Mint. HEX triplet: AB, FA and DC. RGB value is (171,250,220). Sum of RGB (Red+Green+Blue) = 171+250+220=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFADC is #540523. Grayscale: #DFDFDF. Windows color (decimal): -5506340 or 14482091. OLE color: 14482091.

HSL color Cylindrical-coordinate representation of color #ABFADC: hue angle of 157.22º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFADC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 220 -
CMYK 0.32 0 0.12 0.02
HSL 157.22º 0.89% 0.83% -
HSV(B) 157.22º 0.32% 0.98% -
XYZ 63.9 82.2 80.21 -
YUV 222.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 171 250 220 0.32 0 0.12 0.02 157.22 0.89 0.83
Hex AB FA DC 20 0 C 2 9D 59 53
Octal 253 372 334 40 0 14 2 235 131 123
Binary 10101011 11111010 11011100 100000 0 1100 10 10011101 1011001 1010011

Color Harmonies of #ABFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFADC

Black with #ABFADC

Text Example


Text Example

White with #ABFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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