#ABE4CD

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

Shades of Magic Mint #ABE4CD

Tints of Magic Mint #ABE4CD

Color information

#ABE4CD (or 0xABE4CD) is unknown color: approx Magic Mint. HEX triplet: AB, E4 and CD. RGB value is (171,228,205). Sum of RGB (Red+Green+Blue) = 171+228+205=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4CD is #541B32. Grayscale: #D0D0D0. Windows color (decimal): -5511987 or 13493419. OLE color: 13493419.

HSL color Cylindrical-coordinate representation of color #ABE4CD: hue angle of 155.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE4CD is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB171228205-
CMYK0.2500.100.11
HSL155.79º51.35%78.24%-
HSV(B)155.79º25%89.41%-
XYZ55.5668.5568.06-
YUV208.33126.12101.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 228 (89.45% from 255) = 37.75%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=28.31%
G=37.75%
B=33.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712282050.2500.100.11155.7951.3578.24
HexABE4CD190AB9c334e
Octal253344315310121323463116
Binary10101011111001001100110111001010101011100111001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4CD; }

 p { color: rgb(171,228,205); }

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

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

 a { background-color: rgb(171,228,205); }

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

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

 span { border-color: rgb(171,228,205); }

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