Html Css Color HEX #ACFDD5 Magic Mint

📋 copy color: '#ACFDD5'

red 172 ◦ green 253 ◦ blue 213

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

Shades of Magic Mint #ACFDD5

Tints of Magic Mint #ACFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.39%

R = 26.96%
G = 39.66%
B = 33.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#ACFDD5 (or 0xACFDD5) is known color: Magic Mint. HEX triplet: AC, FD and D5. RGB value is (172,253,213). Sum of RGB (Red+Green+Blue) = 172+253+213=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD5 is #53022A. Grayscale: #E0E0E0. Windows color (decimal): -5440043 or 14024108. OLE color: 14024108.

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

Color convert

RGB 172 253 213 -
CMYK 0.32 0 0.16 0.01
HSL 150.37º 0.95% 0.83% -
HSV(B) 150.37º 0.32% 0.99% -
XYZ 64.15 83.83 75.75 -
YUV 224.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 172 253 213 0.32 0 0.16 0.01 150.37 0.95 0.83
Hex AC FD D5 20 0 10 1 96 5F 53
Octal 254 375 325 40 0 20 1 226 137 123
Binary 10101100 11111101 11010101 100000 0 10000 1 10010110 1011111 1010011

Color Harmonies of #ACFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDD5

Black with #ACFDD5

Text Example


Text Example

White with #ACFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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