#B3FCD5

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

Shades of Magic Mint #B3FCD5

Tints of Magic Mint #B3FCD5

Color information

#B3FCD5 (or 0xB3FCD5) is unknown color: approx Magic Mint. HEX triplet: B3, FC and D5. RGB value is (179,252,213). Sum of RGB (Red+Green+Blue) = 179+252+213=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCD5 is #4C032A. Grayscale: #E1E1E1. Windows color (decimal): -4981547 or 14023859. OLE color: 14023859.

HSL color Cylindrical-coordinate representation of color #B3FCD5: hue angle of 147.95º 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 #B3FCD5 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB179252213-
CMYK0.2900.150.01
HSL147.95º92.41%84.51%-
HSV(B)147.95º28.97%98.82%-
XYZ65.4184.0175.72-
YUV225.73120.8294.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.80%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 213 (83.59% from 255) = 33.07%
R=27.80%
G=39.13%
B=33.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792522130.2900.150.01147.9592.4184.51
HexB3FCD51D0F1945c55
Octal263374325350171224134125
Binary101100111111110011010101111010111111001010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCD5; }

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

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

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

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

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

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

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

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