Html Css Color HEX #ABFACD Magic Mint

📋 copy color: '#ABFACD'

red 171 ◦ green 250 ◦ blue 205

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

Shades of Magic Mint #ABFACD

Tints of Magic Mint #ABFACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.75%

R = 27.32%
G = 39.94%
B = 32.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#ABFACD (or 0xABFACD) is known color: Magic Mint. HEX triplet: AB, FA and CD. RGB value is (171,250,205). Sum of RGB (Red+Green+Blue) = 171+250+205=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFACD is #540532. Grayscale: #DDDDDD. Windows color (decimal): -5506355 or 13499051. OLE color: 13499051.

HSL color Cylindrical-coordinate representation of color #ABFACD: hue angle of 145.82º 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 #ABFACD is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 205 -
CMYK 0.32 0 0.18 0.02
HSL 145.82º 0.89% 0.83% -
HSV(B) 145.82º 0.32% 0.98% -
XYZ 62 81.44 70.21 -
YUV 221.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 171 250 205 0.32 0 0.18 0.02 145.82 0.89 0.83
Hex AB FA CD 20 0 12 2 92 59 53
Octal 253 372 315 40 0 22 2 222 131 123
Binary 10101011 11111010 11001101 100000 0 10010 10 10010010 1011001 1010011

Color Harmonies of #ABFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFACD

Black with #ABFACD

Text Example


Text Example

White with #ABFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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