Html Css Color HEX #ACEBCF Magic Mint

📋 copy color: '#ACEBCF'

red 172 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #ACEBCF

Tints of Magic Mint #ACEBCF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.27%

 BLUE value IS 207 (81.25% from 255) = 33.71%

R = 28.01%
G = 38.27%
B = 33.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#ACEBCF (or 0xACEBCF) is known color: Magic Mint. HEX triplet: AC, EB and CF. RGB value is (172,235,207). Sum of RGB (Red+Green+Blue) = 172+235+207=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBCF is #531430. Grayscale: #D5D5D5. Windows color (decimal): -5444657 or 13626284. OLE color: 13626284.

HSL color Cylindrical-coordinate representation of color #ACEBCF: hue angle of 153.33º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBCF is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 235 207 -
CMYK 0.27 0 0.12 0.08
HSL 153.33º 0.61% 0.8% -
HSV(B) 153.33º 0.27% 0.92% -
XYZ 57.98 72.69 70.01 -
YUV 212.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 172 235 207 0.27 0 0.12 0.08 153.33 0.61 0.8
Hex AC EB CF 1B 0 C 8 99 3D 50
Octal 254 353 317 33 0 14 10 231 75 120
Binary 10101100 11101011 11001111 11011 0 1100 1000 10011001 111101 1010000

Color Harmonies of #ACEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEBCF

Black with #ACEBCF

Text Example


Text Example

White with #ACEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEBCF; }

 p { color: rgb(172,235,207); }

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

background-color css

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

 a { background-color: rgb(172,235,207); }

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

border-color css

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

 span { border-color: rgb(172,235,207); }

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