Html Css Color HEX #ACFDD6 Magic Mint

📋 copy color: '#ACFDD6'

red 172 ◦ green 253 ◦ blue 214

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

Shades of Magic Mint #ACFDD6

Tints of Magic Mint #ACFDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 26.92%
G = 39.59%
B = 33.49%

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

#ACFDD6 (or 0xACFDD6) is known color: Magic Mint. HEX triplet: AC, FD and D6. RGB value is (172,253,214). Sum of RGB (Red+Green+Blue) = 172+253+214=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDD6 is #530229. Grayscale: #E0E0E0. Windows color (decimal): -5440042 or 14089644. OLE color: 14089644.

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

Color convert

RGB 172 253 214 -
CMYK 0.32 0 0.15 0.01
HSL 151.11º 0.95% 0.83% -
HSV(B) 151.11º 0.32% 0.99% -
XYZ 64.28 83.88 76.42 -
YUV 224.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 172 253 214 0.32 0 0.15 0.01 151.11 0.95 0.83
Hex AC FD D6 20 0 F 1 97 5F 53
Octal 254 375 326 40 0 17 1 227 137 123
Binary 10101100 11111101 11010110 100000 0 1111 1 10010111 1011111 1010011

Color Harmonies of #ACFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDD6

Black with #ACFDD6

Text Example


Text Example

White with #ACFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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