Html Css Color HEX #ACFDD0 Magic Mint

📋 copy color: '#ACFDD0'

red 172 ◦ green 253 ◦ blue 208

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

Shades of Magic Mint #ACFDD0

Tints of Magic Mint #ACFDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.86%

R = 27.17%
G = 39.97%
B = 32.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#ACFDD0 (or 0xACFDD0) is known color: Magic Mint. HEX triplet: AC, FD and D0. RGB value is (172,253,208). Sum of RGB (Red+Green+Blue) = 172+253+208=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD0 is #53022F. Grayscale: #DFDFDF. Windows color (decimal): -5440048 or 13696428. OLE color: 13696428.

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

Color convert

RGB 172 253 208 -
CMYK 0.32 0 0.18 0.01
HSL 146.67º 0.95% 0.83% -
HSV(B) 146.67º 0.32% 0.99% -
XYZ 63.52 83.58 72.46 -
YUV 223.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 172 253 208 0.32 0 0.18 0.01 146.67 0.95 0.83
Hex AC FD D0 20 0 12 1 93 5F 53
Octal 254 375 320 40 0 22 1 223 137 123
Binary 10101100 11111101 11010000 100000 0 10010 1 10010011 1011111 1010011

Color Harmonies of #ACFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDD0

Black with #ACFDD0

Text Example


Text Example

White with #ACFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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