#ABEFCC

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

Shades of Magic Mint #ABEFCC

Tints of Magic Mint #ABEFCC

Color information

#ABEFCC (or 0xABEFCC) is unknown color: approx Magic Mint. HEX triplet: AB, EF and CC. RGB value is (171,239,204). Sum of RGB (Red+Green+Blue) = 171+239+204=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFCC is #541033. Grayscale: #D6D6D6. Windows color (decimal): -5509172 or 13430699. OLE color: 13430699.

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

Color convert

RGB171239204-
CMYK0.2800.150.06
HSL149.12º68%80.39%-
HSV(B)149.12º28.45%93.73%-
XYZ58.5674.7568.47-
YUV214.68121.9796.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.85%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=27.85%
G=38.93%
B=33.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712392040.2800.150.06149.126880.39
HexABEFCC1C0F6954450
Octal253357314340176225104120
Binary10101011111011111100110011100011111101001010110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEFCC; }

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

 H1.HeaderClassName
 {
   color: #ABEFCC;
 }
 .AnyTagClassName
 {
   color: #ABEFCC;
 }
</style>
background-color css

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

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

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

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

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

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