#B3FBCD

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

Shades of Magic Mint #B3FBCD

Tints of Magic Mint #B3FBCD

Color information

#B3FBCD (or 0xB3FBCD) is unknown color: approx Magic Mint. HEX triplet: B3, FB and CD. RGB value is (179,251,205). Sum of RGB (Red+Green+Blue) = 179+251+205=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #B3FBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FBCD is #4C0432. Grayscale: #E0E0E0. Windows color (decimal): -4981811 or 13499315. OLE color: 13499315.

HSL color Cylindrical-coordinate representation of color #B3FBCD: hue angle of 141.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FBCD is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB179251205-
CMYK0.2900.180.02
HSL141.67º90%84.31%-
HSV(B)141.67º28.69%98.43%-
XYZ64.1182.9970.4-
YUV224.23117.1595.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=28.19%
G=39.53%
B=32.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792512050.2900.180.02141.679084.31
HexB3FBCD1D01228e5a54
Octal263373315350222216132124
Binary10110011111110111100110111101010010101000111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FBCD; }

 p { color: rgb(179,251,205); }

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

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

 a { background-color: rgb(179,251,205); }

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

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

 span { border-color: rgb(179,251,205); }

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