#B0F7CF

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

Shades of Magic Mint #B0F7CF

Tints of Magic Mint #B0F7CF

Color information

#B0F7CF (or 0xB0F7CF) is unknown color: approx Magic Mint. HEX triplet: B0, F7 and CF. RGB value is (176,247,207). Sum of RGB (Red+Green+Blue) = 176+247+207=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7CF is #4F0830. Grayscale: #DDDDDD. Windows color (decimal): -5179441 or 13629360. OLE color: 13629360.

HSL color Cylindrical-coordinate representation of color #B0F7CF: hue angle of 146.2º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7CF is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB176247207-
CMYK0.2900.160.03
HSL146.2º81.61%82.94%-
HSV(B)146.2º28.74%96.86%-
XYZ62.4380.2671.23-
YUV221.21119.9895.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.94%
GREEN value IS 247 (96.88% from 255) = 39.21%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=27.94%
G=39.21%
B=32.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762472070.2900.160.03146.281.6182.94
HexB0F7CF1D0103925253
Octal260367317350203222122123
Binary10110000111101111100111111101010000111001001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7CF; }

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

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

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

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

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

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

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

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