#B3FCCF

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

Shades of Magic Mint #B3FCCF

Tints of Magic Mint #B3FCCF

Color information

#B3FCCF (or 0xB3FCCF) is unknown color: approx Magic Mint. HEX triplet: B3, FC and CF. RGB value is (179,252,207). Sum of RGB (Red+Green+Blue) = 179+252+207=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCCF is #4C0330. Grayscale: #E1E1E1. Windows color (decimal): -4981553 or 13630643. OLE color: 13630643.

HSL color Cylindrical-coordinate representation of color #B3FCCF: hue angle of 143.01º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCCF is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB179252207-
CMYK0.2900.180.01
HSL143.01º92.41%84.51%-
HSV(B)143.01º28.97%98.82%-
XYZ64.6683.7171.78-
YUV225.04117.8295.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 252 (98.83% from 255) = 39.50%
BLUE value IS 207 (81.25% from 255) = 32.45%
R=28.06%
G=39.50%
B=32.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792522070.2900.180.01143.0192.4184.51
HexB3FCCF1D01218f5c55
Octal263374317350221217134125
Binary1011001111111100110011111110101001011000111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCCF; }

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

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

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

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

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

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

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

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