#B3FFCC

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

Shades of Magic Mint #B3FFCC

Tints of Magic Mint #B3FFCC

Color information

#B3FFCC (or 0xB3FFCC) is unknown color: approx Magic Mint. HEX triplet: B3, FF and CC. RGB value is (179,255,204). Sum of RGB (Red+Green+Blue) = 179+255+204=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFCC is #4C0033. Grayscale: #E2E2E2. Windows color (decimal): -4980788 or 13434803. OLE color: 13434803.

HSL color Cylindrical-coordinate representation of color #B3FFCC: hue angle of 139.74º 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 #B3FFCC is Cyan = 0.30, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB179255204-
CMYK0.3000.20
HSL139.74º100%85.1%-
HSV(B)139.74º29.8%100%-
XYZ65.2585.4670.18-
YUV226.46115.3294.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=28.06%
G=39.97%
B=31.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552040.3000.20139.7410085.1
HexB3FFCC1E01408c6455
Octal263377314360240214144125
Binary1011001111111111110011001111001010001000110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFCC; }

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

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

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

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

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

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

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

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