#ABEDD5

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

Shades of Magic Mint #ABEDD5

Tints of Magic Mint #ABEDD5

Color information

#ABEDD5 (or 0xABEDD5) is unknown color: approx Magic Mint. HEX triplet: AB, ED and D5. RGB value is (171,237,213). Sum of RGB (Red+Green+Blue) = 171+237+213=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDD5 is #54122A. Grayscale: #D6D6D6. Windows color (decimal): -5509675 or 14020011. OLE color: 14020011.

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

Color convert

RGB171237213-
CMYK0.2800.100.07
HSL158.18º64.71%80%-
HSV(B)158.18º27.85%92.94%-
XYZ59.0974.0374.13-
YUV214.53127.1396.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.54%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=27.54%
G=38.16%
B=34.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712372130.2800.100.07158.1864.7180
HexABEDD51C0A79e4150
Octal253355325340127236101120
Binary10101011111011011101010111100010101111001111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDD5; }

 p { color: rgb(171,237,213); }

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

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

 a { background-color: rgb(171,237,213); }

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

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

 span { border-color: rgb(171,237,213); }

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