#ACFDDB

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

Shades of Magic Mint #ACFDDB

Tints of Magic Mint #ACFDDB

Color information

#ACFDDB (or 0xACFDDB) is unknown color: approx Magic Mint. HEX triplet: AC, FD and DB. RGB value is (172,253,219). Sum of RGB (Red+Green+Blue) = 172+253+219=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDDB is #530224. Grayscale: #E0E0E0. Windows color (decimal): -5440037 or 14417324. OLE color: 14417324.

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

Color convert

RGB172253219-
CMYK0.3200.130.01
HSL154.81º95.29%83.33%-
HSV(B)154.81º32.02%99.22%-
XYZ64.9284.1479.84-
YUV224.9124.6690.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=26.71%
G=39.29%
B=34.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532190.3200.130.01154.8195.2983.33
HexACFDDB200D19b5f53
Octal254375333400151233137123
Binary1010110011111101110110111000000110111001101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDDB; }

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

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

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

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

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

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

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

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