#ACFDD6

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

Shades of Magic Mint #ACFDD6

Tints of Magic Mint #ACFDD6

Color information

#ACFDD6 (or 0xACFDD6) is unknown color: approx Magic Mint. HEX triplet: AC, FD and D6. RGB value is (172,253,214). Sum of RGB (Red+Green+Blue) = 172+253+214=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD6 is #530229. Grayscale: #E0E0E0. Windows color (decimal): -5440042 or 14089644. OLE color: 14089644.

HSL color Cylindrical-coordinate representation of color #ACFDD6: hue angle of 151.11º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDD6 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB172253214-
CMYK0.3200.150.01
HSL151.11º95.29%83.33%-
HSV(B)151.11º32.02%99.22%-
XYZ64.2883.8876.42-
YUV224.33122.1690.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=26.92%
G=39.59%
B=33.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532140.3200.150.01151.1195.2983.33
HexACFDD6200F1975f53
Octal254375326400171227137123
Binary1010110011111101110101101000000111111001011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDD6; }

 p { color: rgb(172,253,214); }

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

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

 a { background-color: rgb(172,253,214); }

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

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

 span { border-color: rgb(172,253,214); }

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