Html Css Color HEX #ACFBCE Magic Mint

📋 copy color: '#ACFBCE'

red 172 ◦ green 251 ◦ blue 206

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

Shades of Magic Mint #ACFBCE

Tints of Magic Mint #ACFBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.9%

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

R = 27.34%
G = 39.9%
B = 32.75%

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

#ACFBCE (or 0xACFBCE) is known color: Magic Mint. HEX triplet: AC, FB and CE. RGB value is (172,251,206). Sum of RGB (Red+Green+Blue) = 172+251+206=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBCE is #530431. Grayscale: #DEDEDE. Windows color (decimal): -5440562 or 13564844. OLE color: 13564844.

HSL color Cylindrical-coordinate representation of color #ACFBCE: hue angle of 145.82º degrees, saturation: 0.91, 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 #ACFBCE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 251 206 -
CMYK 0.31 0 0.18 0.02
HSL 145.82º 0.91% 0.83% -
HSV(B) 145.82º 0.31% 0.98% -
XYZ 62.65 82.22 70.96 -
YUV 222.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 172 251 206 0.31 0 0.18 0.02 145.82 0.91 0.83
Hex AC FB CE 1F 0 12 2 92 5B 53
Octal 254 373 316 37 0 22 2 222 133 123
Binary 10101100 11111011 11001110 11111 0 10010 10 10010010 1011011 1010011

Color Harmonies of #ACFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBCE

Black with #ACFBCE

Text Example


Text Example

White with #ACFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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