Html Css Color HEX #ABEFCF Magic Mint

📋 copy color: '#ABEFCF'

red 171 ◦ green 239 ◦ blue 207

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

Shades of Magic Mint #ABEFCF

Tints of Magic Mint #ABEFCF

RGB

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

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

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

R = 27.71%
G = 38.74%
B = 33.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#ABEFCF (or 0xABEFCF) is known color: Magic Mint. HEX triplet: AB, EF and CF. RGB value is (171,239,207). Sum of RGB (Red+Green+Blue) = 171+239+207=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFCF is #541030. Grayscale: #D7D7D7. Windows color (decimal): -5509169 or 13627307. OLE color: 13627307.

HSL color Cylindrical-coordinate representation of color #ABEFCF: hue angle of 151.76º 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 #ABEFCF is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 239 207 -
CMYK 0.28 0 0.13 0.06
HSL 151.76º 0.68% 0.8% -
HSV(B) 151.76º 0.28% 0.94% -
XYZ 58.92 74.9 70.38 -
YUV 215.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 171 239 207 0.28 0 0.13 0.06 151.76 0.68 0.8
Hex AB EF CF 1C 0 D 6 98 44 50
Octal 253 357 317 34 0 15 6 230 104 120
Binary 10101011 11101111 11001111 11100 0 1101 110 10011000 1000100 1010000

Color Harmonies of #ABEFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEFCF

Black with #ABEFCF

Text Example


Text Example

White with #ABEFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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