#ABEDCF

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

Shades of Magic Mint #ABEDCF

Tints of Magic Mint #ABEDCF

Color information

#ABEDCF (or 0xABEDCF) is unknown color: approx Magic Mint. HEX triplet: AB, ED and CF. RGB value is (171,237,207). Sum of RGB (Red+Green+Blue) = 171+237+207=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDCF is #541230. Grayscale: #D5D5D5. Windows color (decimal): -5509681 or 13626795. OLE color: 13626795.

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

Color convert

RGB171237207-
CMYK0.2800.130.07
HSL152.73º64.71%80%-
HSV(B)152.73º27.85%92.94%-
XYZ58.3473.7370.19-
YUV213.85124.1397.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.80%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=27.80%
G=38.54%
B=33.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712372070.2800.130.07152.7364.7180
HexABEDCF1C0D7994150
Octal253355317340157231101120
Binary10101011111011011100111111100011011111001100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEDCF; }

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

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

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

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

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

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

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

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