#b3f6cf

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

Shades of Magic Mint #B3F6CF

Tints of Magic Mint #B3F6CF

Color information

#B3F6CF (or 0xB3F6CF) is unknown color: approx Magic Mint. HEX triplet: B3, F6 and CF. RGB value is (179,246,207). Sum of RGB (Red+Green+Blue) = 179+246+207=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6CF is #4C0930. Grayscale: #DDDDDD. Windows color (decimal): -4983089 or 13629107. OLE color: 13629107.

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

Color convert

RGB179246207-
CMYK0.2700.160.04
HSL145.07º78.82%83.33%-
HSV(B)145.07º27.24%96.47%-
XYZ62.818071.16-
YUV221.52119.897.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.32%
GREEN value IS 246 (96.48% from 255) = 38.92%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=28.32%
G=38.92%
B=32.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792462070.2700.160.04145.0778.8283.33
HexB3F6CF1B0104914f53
Octal263366317330204221117123
Binary101100111111011011001111110110100001001001000110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3f6cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3f6cf; }

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

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

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

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

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

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

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

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