#ABEBCA

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

Shades of Magic Mint #ABEBCA

Tints of Magic Mint #ABEBCA

Color information

#ABEBCA (or 0xABEBCA) is unknown color: approx Magic Mint. HEX triplet: AB, EB and CA. RGB value is (171,235,202). Sum of RGB (Red+Green+Blue) = 171+235+202=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBCA is #541435. Grayscale: #D4D4D4. Windows color (decimal): -5510198 or 13298603. OLE color: 13298603.

HSL color Cylindrical-coordinate representation of color #ABEBCA: hue angle of 149.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBCA is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB171235202-
CMYK0.2700.140.08
HSL149.06º61.54%79.61%-
HSV(B)149.06º27.23%92.16%-
XYZ57.1672.3466.83-
YUV212.1122.398.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 235 (92.19% from 255) = 38.65%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=28.12%
G=38.65%
B=33.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712352020.2700.140.08149.0661.5479.61
HexABEBCA1B0E8953e50
Octal253353312330161022576120
Binary10101011111010111100101011011011101000100101011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBCA; }

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

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

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

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

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

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

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

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