Html Css Color HEX #ACFBCF Magic Mint

📋 copy color: '#ACFBCF'

red 172 ◦ green 251 ◦ blue 207

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

Shades of Magic Mint #ACFBCF

Tints of Magic Mint #ACFBCF

RGB

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

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

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

R = 27.3%
G = 39.84%
B = 32.86%

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

#ACFBCF (or 0xACFBCF) is known color: Magic Mint. HEX triplet: AC, FB and CF. RGB value is (172,251,207). Sum of RGB (Red+Green+Blue) = 172+251+207=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBCF is #530430. Grayscale: #DEDEDE. Windows color (decimal): -5440561 or 13630380. OLE color: 13630380.

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

Color convert

RGB 172 251 207 -
CMYK 0.31 0 0.18 0.02
HSL 146.58º 0.91% 0.83% -
HSV(B) 146.58º 0.31% 0.98% -
XYZ 62.77 82.27 71.6 -
YUV 222.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 172 251 207 0.31 0 0.18 0.02 146.58 0.91 0.83
Hex AC FB CF 1F 0 12 2 93 5B 53
Octal 254 373 317 37 0 22 2 223 133 123
Binary 10101100 11111011 11001111 11111 0 10010 10 10010011 1011011 1010011

Color Harmonies of #ACFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBCF

Black with #ACFBCF

Text Example


Text Example

White with #ACFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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