#ABF5CC

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

Shades of Magic Mint #ABF5CC

Tints of Magic Mint #ABF5CC

Color information

#ABF5CC (or 0xABF5CC) is unknown color: approx Magic Mint. HEX triplet: AB, F5 and CC. RGB value is (171,245,204). Sum of RGB (Red+Green+Blue) = 171+245+204=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF5CC is #540A33. Grayscale: #DADADA. Windows color (decimal): -5507636 or 13432235. OLE color: 13432235.

HSL color Cylindrical-coordinate representation of color #ABF5CC: hue angle of 146.76º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF5CC is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB171245204-
CMYK0.3000.170.04
HSL146.76º78.72%81.57%-
HSV(B)146.76º30.2%96.08%-
XYZ60.3578.3269.06-
YUV218.2119.9894.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.58%
GREEN value IS 245 (96.09% from 255) = 39.52%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=27.58%
G=39.52%
B=32.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712452040.3000.170.04146.7678.7281.57
HexABF5CC1E0114934f52
Octal253365314360214223117122
Binary101010111111010111001100111100100011001001001110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF5CC; }

 p { color: rgb(171,245,204); }

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

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

 a { background-color: rgb(171,245,204); }

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

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

 span { border-color: rgb(171,245,204); }

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