#ABECCC

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

Shades of Magic Mint #ABECCC

Tints of Magic Mint #ABECCC

Color information

#ABECCC (or 0xABECCC) is unknown color: approx Magic Mint. HEX triplet: AB, EC and CC. RGB value is (171,236,204). Sum of RGB (Red+Green+Blue) = 171+236+204=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECCC is #541333. Grayscale: #D4D4D4. Windows color (decimal): -5509940 or 13429931. OLE color: 13429931.

HSL color Cylindrical-coordinate representation of color #ABECCC: hue angle of 150.46º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECCC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB171236204-
CMYK0.2800.140.07
HSL150.46º63.11%79.8%-
HSV(B)150.46º27.54%92.55%-
XYZ57.6973.0168.18-
YUV212.92122.9798.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=27.99%
G=38.63%
B=33.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362040.2800.140.07150.4663.1179.8
HexABECCC1C0E7963f50
Octal25335431434016722677120
Binary1010101111101100110011001110001110111100101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECCC; }

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

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

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

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

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

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

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

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