#B7F6CF

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

Shades of Magic Mint #B7F6CF

Tints of Magic Mint #B7F6CF

Color information

#B7F6CF (or 0xB7F6CF) is unknown color: approx Magic Mint. HEX triplet: B7, F6 and CF. RGB value is (183,246,207). Sum of RGB (Red+Green+Blue) = 183+246+207=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F6CF is #480930. Grayscale: #DEDEDE. Windows color (decimal): -4720945 or 13629111. OLE color: 13629111.

HSL color Cylindrical-coordinate representation of color #B7F6CF: hue angle of 142.86º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F6CF is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB183246207-
CMYK0.2600.160.04
HSL142.86º77.78%84.12%-
HSV(B)142.86º25.61%96.47%-
XYZ63.7580.4871.21-
YUV222.72119.1399.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.77%
GREEN value IS 246 (96.48% from 255) = 38.68%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=28.77%
G=38.68%
B=32.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1832462070.2600.160.04142.8677.7884.12
HexB7F6CF1A01048f4e54
Octal267366317320204217116124
Binary101101111111011011001111110100100001001000111110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F6CF; }

 p { color: rgb(183,246,207); }

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

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

 a { background-color: rgb(183,246,207); }

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

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

 span { border-color: rgb(183,246,207); }

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