#B8FCCF

Color #B8FCCF Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B8FCCF

Tints of Magic Mint #B8FCCF

Color information

#B8FCCF (or 0xB8FCCF) is unknown color: approx Magic Mint. HEX triplet: B8, FC and CF. RGB value is (184,252,207). Sum of RGB (Red+Green+Blue) = 184+252+207=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FCCF is #470330. Grayscale: #E2E2E2. Windows color (decimal): -4653873 or 13630648. OLE color: 13630648.

HSL color Cylindrical-coordinate representation of color #B8FCCF: hue angle of 140.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FCCF is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB184252207-
CMYK0.2700.180.01
HSL140.29º91.89%85.49%-
HSV(B)140.29º26.98%98.82%-
XYZ65.8484.3271.84-
YUV226.54116.9797.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.62%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=28.62%
G=39.19%
B=32.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1842522070.2700.180.01140.2991.8985.49
HexB8FCCF1B01218c5c55
Octal270374317330221214134125
Binary1011100011111100110011111101101001011000110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FCCF; }

 p { color: rgb(184,252,207); }

 H1.HeaderClassName
 {
   color: #B8FCCF;
 }
 .AnyTagClassName
 {
   color: #B8FCCF;
 }
</style>
background-color css

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

 a { background-color: rgb(184,252,207); }

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

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

 span { border-color: rgb(184,252,207); }

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