Html Css Color HEX #ACFACE Magic Mint

📋 copy color: '#ACFACE'

red 172 ◦ green 250 ◦ blue 206

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

Shades of Magic Mint #ACFACE

Tints of Magic Mint #ACFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.81%

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

R = 27.39%
G = 39.81%
B = 32.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#ACFACE (or 0xACFACE) is known color: Magic Mint. HEX triplet: AC, FA and CE. RGB value is (172,250,206). Sum of RGB (Red+Green+Blue) = 172+250+206=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFACE is #530531. Grayscale: #DDDDDD. Windows color (decimal): -5440818 or 13564588. OLE color: 13564588.

HSL color Cylindrical-coordinate representation of color #ACFACE: hue angle of 146.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFACE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 206 -
CMYK 0.31 0 0.18 0.02
HSL 146.15º 0.89% 0.83% -
HSV(B) 146.15º 0.31% 0.98% -
XYZ 62.34 81.6 70.86 -
YUV 221.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 172 250 206 0.31 0 0.18 0.02 146.15 0.89 0.83
Hex AC FA CE 1F 0 12 2 92 59 53
Octal 254 372 316 37 0 22 2 222 131 123
Binary 10101100 11111010 11001110 11111 0 10010 10 10010010 1011001 1010011

Color Harmonies of #ACFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFACE

Black with #ACFACE

Text Example


Text Example

White with #ACFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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