#B3FFDC

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

Shades of Magic Mint #B3FFDC

Tints of Magic Mint #B3FFDC

Color information

#B3FFDC (or 0xB3FFDC) is unknown color: approx Magic Mint. HEX triplet: B3, FF and DC. RGB value is (179,255,220). Sum of RGB (Red+Green+Blue) = 179+255+220=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFDC is #4C0023. Grayscale: #E4E4E4. Windows color (decimal): -4980772 or 14483379. OLE color: 14483379.

HSL color Cylindrical-coordinate representation of color #B3FFDC: hue angle of 152.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFDC is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB179255220-
CMYK0.3000.140
HSL152.37º100%85.1%-
HSV(B)152.37º29.8%100%-
XYZ67.2786.2780.82-
YUV228.29123.3292.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.37%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=27.37%
G=38.99%
B=33.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552200.3000.140152.3710085.1
HexB3FFDC1E0E0986455
Octal263377334360160230144125
Binary101100111111111111011100111100111001001100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFDC; }

 p { color: rgb(179,255,220); }

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

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

 a { background-color: rgb(179,255,220); }

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

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

 span { border-color: rgb(179,255,220); }

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