Html Css Color HEX #ACEACF Magic Mint

📋 copy color: '#ACEACF'

red 172 ◦ green 234 ◦ blue 207

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

Shades of Magic Mint #ACEACF

Tints of Magic Mint #ACEACF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

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

R = 28.06%
G = 38.17%
B = 33.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#ACEACF (or 0xACEACF) is known color: Magic Mint. HEX triplet: AC, EA and CF. RGB value is (172,234,207). Sum of RGB (Red+Green+Blue) = 172+234+207=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEACF is #531530. Grayscale: #D4D4D4. Windows color (decimal): -5444913 or 13626028. OLE color: 13626028.

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

Color convert

RGB 172 234 207 -
CMYK 0.26 0 0.12 0.08
HSL 153.87º 0.6% 0.8% -
HSV(B) 153.87º 0.26% 0.92% -
XYZ 57.7 72.12 69.91 -
YUV 212.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 172 234 207 0.26 0 0.12 0.08 153.87 0.6 0.8
Hex AC EA CF 1A 0 C 8 9A 3C 50
Octal 254 352 317 32 0 14 10 232 74 120
Binary 10101100 11101010 11001111 11010 0 1100 1000 10011010 111100 1010000

Color Harmonies of #ACEACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEACF

Black with #ACEACF

Text Example


Text Example

White with #ACEACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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