#B3F5CF

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

Shades of Magic Mint #B3F5CF

Tints of Magic Mint #B3F5CF

Color information

#B3F5CF (or 0xB3F5CF) is unknown color: approx Magic Mint. HEX triplet: B3, F5 and CF. RGB value is (179,245,207). Sum of RGB (Red+Green+Blue) = 179+245+207=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F5CF is #4C0A30. Grayscale: #DDDDDD. Windows color (decimal): -4983345 or 13628851. OLE color: 13628851.

HSL color Cylindrical-coordinate representation of color #B3F5CF: hue angle of 145.45º degrees, saturation: 0.77, 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 #B3F5CF is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB179245207-
CMYK0.2700.160.04
HSL145.45º76.74%83.14%-
HSV(B)145.45º26.94%96.08%-
XYZ62.5179.3971.06-
YUV220.93120.1398.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.37%
GREEN value IS 245 (96.09% from 255) = 38.83%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=28.37%
G=38.83%
B=32.81%

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
Decimal1792452070.2700.160.04145.4576.7483.14
HexB3F5CF1B0104914d53
Octal263365317330204221115123
Binary101100111111010111001111110110100001001001000110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F5CF; }

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

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

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

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

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

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

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

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