#B3F4CF

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

Shades of Magic Mint #B3F4CF

Tints of Magic Mint #B3F4CF

Color information

#B3F4CF (or 0xB3F4CF) is unknown color: approx Magic Mint. HEX triplet: B3, F4 and CF. RGB value is (179,244,207). Sum of RGB (Red+Green+Blue) = 179+244+207=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F4CF is #4C0B30. Grayscale: #DCDCDC. Windows color (decimal): -4983601 or 13628595. OLE color: 13628595.

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

Color convert

RGB179244207-
CMYK0.2700.150.04
HSL145.85º74.71%82.94%-
HSV(B)145.85º26.64%95.69%-
XYZ62.278.7970.96-
YUV220.35120.4798.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 244 (95.70% from 255) = 38.73%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=28.41%
G=38.73%
B=32.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792442070.2700.150.04145.8574.7182.94
HexB3F4CF1B0F4924b53
Octal263364317330174222113123
Binary10110011111101001100111111011011111001001001010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F4CF; }

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

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

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

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

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

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

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

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