#ABECD0

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

Shades of Magic Mint #ABECD0

Tints of Magic Mint #ABECD0

Color information

#ABECD0 (or 0xABECD0) is unknown color: approx Magic Mint. HEX triplet: AB, EC and D0. RGB value is (171,236,208). Sum of RGB (Red+Green+Blue) = 171+236+208=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD0 is #54132F. Grayscale: #D5D5D5. Windows color (decimal): -5509936 or 13692075. OLE color: 13692075.

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

Color convert

RGB171236208-
CMYK0.2800.120.07
HSL154.15º63.11%79.8%-
HSV(B)154.15º27.54%92.55%-
XYZ58.1873.270.74-
YUV213.37124.9797.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.80%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=27.80%
G=38.37%
B=33.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362080.2800.120.07154.1563.1179.8
HexABECD01C0C79a3f50
Octal25335432034014723277120
Binary1010101111101100110100001110001100111100110101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECD0; }

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

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

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

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

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

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

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

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