#ABEFCF

Color #ABEFCF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ABEFCF

Tints of Magic Mint #ABEFCF

Color information

#ABEFCF (or 0xABEFCF) is unknown color: approx 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

RGB171239207-
CMYK0.2800.130.06
HSL151.76º68%80.39%-
HSV(B)151.76º28.45%93.73%-
XYZ58.9274.970.38-
YUV215.02123.4796.6-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392070.2800.130.06151.766880.39
HexABEFCF1C0D6984450
Octal253357317340156230104120
Binary10101011111011111100111111100011011101001100010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>