#B3FCD8

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

Shades of Magic Mint #B3FCD8

Tints of Magic Mint #B3FCD8

Color information

#B3FCD8 (or 0xB3FCD8) is unknown color: approx Magic Mint. HEX triplet: B3, FC and D8. RGB value is (179,252,216). Sum of RGB (Red+Green+Blue) = 179+252+216=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCD8 is #4C0327. Grayscale: #E2E2E2. Windows color (decimal): -4981544 or 14220467. OLE color: 14220467.

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

Color convert

RGB179252216-
CMYK0.2900.140.01
HSL150.41º92.41%84.51%-
HSV(B)150.41º28.97%98.82%-
XYZ65.884.1677.74-
YUV226.07122.3294.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.67%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 216 (84.77% from 255) = 33.38%
R=27.67%
G=38.95%
B=33.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792522160.2900.140.01150.4192.4184.51
HexB3FCD81D0E1965c55
Octal263374330350161226134125
Binary101100111111110011011000111010111011001011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCD8; }

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

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

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

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

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

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

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

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