Html Css Color HEX #ACFDD8 Magic Mint

📋 copy color: '#ACFDD8'

red 172 ◦ green 253 ◦ blue 216

#ACFDD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #ACFDD8

Tints of Magic Mint #ACFDD8

RGB

 RED value IS 172 (67.58% from 255) = 26.83%

 GREEN value IS 253 (99.22% from 255) = 39.47%

 BLUE value IS 216 (84.77% from 255) = 33.7%

R = 26.83%
G = 39.47%
B = 33.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#ACFDD8 (or 0xACFDD8) is known color: Magic Mint. HEX triplet: AC, FD and D8. RGB value is (172,253,216). Sum of RGB (Red+Green+Blue) = 172+253+216=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD8 is #530227. Grayscale: #E0E0E0. Windows color (decimal): -5440040 or 14220716. OLE color: 14220716.

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

Color convert

RGB 172 253 216 -
CMYK 0.32 0 0.15 0.01
HSL 152.59º 0.95% 0.83% -
HSV(B) 152.59º 0.32% 0.99% -
XYZ 64.53 83.98 77.77 -
YUV 224.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 172 253 216 0.32 0 0.15 0.01 152.59 0.95 0.83
Hex AC FD D8 20 0 F 1 99 5F 53
Octal 254 375 330 40 0 17 1 231 137 123
Binary 10101100 11111101 11011000 100000 0 1111 1 10011001 1011111 1010011

Color Harmonies of #ACFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDD8

Black with #ACFDD8

Text Example


Text Example

White with #ACFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDD8; }

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

 H1.HeaderClassName
 {
   color: #ACFDD8;
 }
 .AnyTagClassName
 {
   color: #ACFDD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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