Html Css Color HEX #ACF3CE Magic Mint

📋 copy color: '#ACF3CE'

red 172 ◦ green 243 ◦ blue 206

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

Shades of Magic Mint #ACF3CE

Tints of Magic Mint #ACF3CE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.13%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 27.7%
G = 39.13%
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

#ACF3CE (or 0xACF3CE) is known color: Magic Mint. HEX triplet: AC, F3 and CE. RGB value is (172,243,206). Sum of RGB (Red+Green+Blue) = 172+243+206=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3CE is #530C31. Grayscale: #D9D9D9. Windows color (decimal): -5442610 or 13562796. OLE color: 13562796.

HSL color Cylindrical-coordinate representation of color #ACF3CE: hue angle of 148.73º degrees, saturation: 0.75, 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 #ACF3CE is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 206 -
CMYK 0.29 0 0.15 0.05
HSL 148.73º 0.75% 0.81% -
HSV(B) 148.73º 0.29% 0.95% -
XYZ 60.2 77.33 70.15 -
YUV 217.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 172 243 206 0.29 0 0.15 0.05 148.73 0.75 0.81
Hex AC F3 CE 1D 0 F 5 95 4B 51
Octal 254 363 316 35 0 17 5 225 113 121
Binary 10101100 11110011 11001110 11101 0 1111 101 10010101 1001011 1010001

Color Harmonies of #ACF3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3CE

Black with #ACF3CE

Text Example


Text Example

White with #ACF3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3CE; }

 p { color: rgb(172,243,206); }

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

background-color css

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

 a { background-color: rgb(172,243,206); }

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

border-color css

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

 span { border-color: rgb(172,243,206); }

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