Html Css Color HEX #ABFACF Magic Mint

📋 copy color: '#ABFACF'

red 171 ◦ green 250 ◦ blue 207

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

Shades of Magic Mint #ABFACF

Tints of Magic Mint #ABFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.96%

R = 27.23%
G = 39.81%
B = 32.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#ABFACF (or 0xABFACF) is known color: Magic Mint. HEX triplet: AB, FA and CF. RGB value is (171,250,207). Sum of RGB (Red+Green+Blue) = 171+250+207=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFACF is #540530. Grayscale: #DDDDDD. Windows color (decimal): -5506353 or 13630123. OLE color: 13630123.

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

Color convert

RGB 171 250 207 -
CMYK 0.32 0 0.17 0.02
HSL 147.34º 0.89% 0.83% -
HSV(B) 147.34º 0.32% 0.98% -
XYZ 62.24 81.53 71.49 -
YUV 221.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 171 250 207 0.32 0 0.17 0.02 147.34 0.89 0.83
Hex AB FA CF 20 0 11 2 93 59 53
Octal 253 372 317 40 0 21 2 223 131 123
Binary 10101011 11111010 11001111 100000 0 10001 10 10010011 1011001 1010011

Color Harmonies of #ABFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFACF

Black with #ABFACF

Text Example


Text Example

White with #ABFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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