Html Css Color HEX #ACF1CD Magic Mint

📋 copy color: '#ACF1CD'

red 172 ◦ green 241 ◦ blue 205

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

Shades of Magic Mint #ACF1CD

Tints of Magic Mint #ACF1CD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39%

 BLUE value IS 205 (80.47% from 255) = 33.17%

R = 27.83%
G = 39%
B = 33.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#ACF1CD (or 0xACF1CD) is known color: Magic Mint. HEX triplet: AC, F1 and CD. RGB value is (172,241,205). Sum of RGB (Red+Green+Blue) = 172+241+205=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1CD is #530E32. Grayscale: #D8D8D8. Windows color (decimal): -5443123 or 13496748. OLE color: 13496748.

HSL color Cylindrical-coordinate representation of color #ACF1CD: hue angle of 148.7º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1CD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 205 -
CMYK 0.29 0 0.15 0.05
HSL 148.7º 0.71% 0.81% -
HSV(B) 148.7º 0.29% 0.95% -
XYZ 59.49 76.09 69.31 -
YUV 216.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 172 241 205 0.29 0 0.15 0.05 148.7 0.71 0.81
Hex AC F1 CD 1D 0 F 5 95 47 51
Octal 254 361 315 35 0 17 5 225 107 121
Binary 10101100 11110001 11001101 11101 0 1111 101 10010101 1000111 1010001

Color Harmonies of #ACF1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1CD

Black with #ACF1CD

Text Example


Text Example

White with #ACF1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1CD; }

 p { color: rgb(172,241,205); }

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

background-color css

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

 a { background-color: rgb(172,241,205); }

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

border-color css

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

 span { border-color: rgb(172,241,205); }

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