Html Css Color HEX #ABEFD6 Magic Mint

📋 copy color: '#ABEFD6'

red 171 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #ABEFD6

Tints of Magic Mint #ABEFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.3%

 BLUE value IS 214 (83.98% from 255) = 34.29%

R = 27.4%
G = 38.3%
B = 34.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#ABEFD6 (or 0xABEFD6) is known color: Magic Mint. HEX triplet: AB, EF and D6. RGB value is (171,239,214). Sum of RGB (Red+Green+Blue) = 171+239+214=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFD6 is #541029. Grayscale: #D7D7D7. Windows color (decimal): -5509162 or 14086059. OLE color: 14086059.

HSL color Cylindrical-coordinate representation of color #ABEFD6: hue angle of 157.94º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFD6 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 239 214 -
CMYK 0.28 0 0.10 0.06
HSL 157.94º 0.68% 0.8% -
HSV(B) 157.94º 0.28% 0.94% -
XYZ 59.8 75.25 74.99 -
YUV 215.82 126.97 96.03 -
System Red Green Blue C M Y K H S L
Decimal 171 239 214 0.28 0 0.10 0.06 157.94 0.68 0.8
Hex AB EF D6 1C 0 A 6 9E 44 50
Octal 253 357 326 34 0 12 6 236 104 120
Binary 10101011 11101111 11010110 11100 0 1010 110 10011110 1000100 1010000

Color Harmonies of #ABEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFD6

Black with #ABEFD6

Text Example


Text Example

White with #ABEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFD6; }

 p { color: rgb(171,239,214); }

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

background-color css

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

 a { background-color: rgb(171,239,214); }

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

border-color css

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

 span { border-color: rgb(171,239,214); }

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