#ABECCA

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

Shades of Magic Mint #ABECCA

Tints of Magic Mint #ABECCA

Color information

#ABECCA (or 0xABECCA) is unknown color: approx Magic Mint. HEX triplet: AB, EC and CA. RGB value is (171,236,202). Sum of RGB (Red+Green+Blue) = 171+236+202=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECCA is #541335. Grayscale: #D4D4D4. Windows color (decimal): -5509942 or 13298859. OLE color: 13298859.

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

Color convert

RGB171236202-
CMYK0.2800.140.07
HSL148.62º63.11%79.8%-
HSV(B)148.62º27.54%92.55%-
XYZ57.4572.9166.92-
YUV212.69121.9798.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.08%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=28.08%
G=38.75%
B=33.17%

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
Decimal1712362020.2800.140.07148.6263.1179.8
HexABECCA1C0E7953f50
Octal25335431234016722577120
Binary1010101111101100110010101110001110111100101011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECCA; }

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

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

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

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

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

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

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

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