Html Css Color HEX #ACFDD9 Magic Mint

📋 copy color: '#ACFDD9'

red 172 ◦ green 253 ◦ blue 217

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

Shades of Magic Mint #ACFDD9

Tints of Magic Mint #ACFDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 26.79%
G = 39.41%
B = 33.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#ACFDD9 (or 0xACFDD9) is known color: Magic Mint. HEX triplet: AC, FD and D9. RGB value is (172,253,217). Sum of RGB (Red+Green+Blue) = 172+253+217=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD9 is #530226. Grayscale: #E0E0E0. Windows color (decimal): -5440039 or 14286252. OLE color: 14286252.

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

Color convert

RGB 172 253 217 -
CMYK 0.32 0 0.14 0.01
HSL 153.33º 0.95% 0.83% -
HSV(B) 153.33º 0.32% 0.99% -
XYZ 64.66 84.03 78.46 -
YUV 224.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 172 253 217 0.32 0 0.14 0.01 153.33 0.95 0.83
Hex AC FD D9 20 0 E 1 99 5F 53
Octal 254 375 331 40 0 16 1 231 137 123
Binary 10101100 11111101 11011001 100000 0 1110 1 10011001 1011111 1010011

Color Harmonies of #ACFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDD9

Black with #ACFDD9

Text Example


Text Example

White with #ACFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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