#B0FFCF

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

Shades of Magic Mint #B0FFCF

Tints of Magic Mint #B0FFCF

Color information

#B0FFCF (or 0xB0FFCF) is unknown color: approx Magic Mint. HEX triplet: B0, FF and CF. RGB value is (176,255,207). Sum of RGB (Red+Green+Blue) = 176+255+207=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFCF is #4F0030. Grayscale: #E2E2E2. Windows color (decimal): -5177393 or 13631408. OLE color: 13631408.

HSL color Cylindrical-coordinate representation of color #B0FFCF: hue angle of 143.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFCF is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB176255207-
CMYK0.3100.190
HSL143.54º100%84.51%-
HSV(B)143.54º30.98%100%-
XYZ64.9385.2672.07-
YUV225.91117.3392.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=27.59%
G=39.97%
B=32.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552070.3100.190143.5410084.51
HexB0FFCF1F0130906455
Octal260377317370230220144125
Binary1011000011111111110011111111101001101001000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFCF; }

 p { color: rgb(176,255,207); }

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

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

 a { background-color: rgb(176,255,207); }

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

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

 span { border-color: rgb(176,255,207); }

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