#B3F6CC

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

Shades of Magic Mint #B3F6CC

Tints of Magic Mint #B3F6CC

Color information

#B3F6CC (or 0xB3F6CC) is unknown color: approx Magic Mint. HEX triplet: B3, F6 and CC. RGB value is (179,246,204). Sum of RGB (Red+Green+Blue) = 179+246+204=629 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.46% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6CC is #4C0933. Grayscale: #DDDDDD. Windows color (decimal): -4983092 or 13432499. OLE color: 13432499.

HSL color Cylindrical-coordinate representation of color #B3F6CC: hue angle of 142.39º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F6CC is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB179246204-
CMYK0.2700.170.04
HSL142.39º78.82%83.33%-
HSV(B)142.39º27.24%96.47%-
XYZ62.4579.8569.25-
YUV221.18118.397.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.46%
GREEN value IS 246 (96.48% from 255) = 39.11%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=28.46%
G=39.11%
B=32.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1792462040.2700.170.04142.3978.8283.33
HexB3F6CC1B01148e4f53
Octal263366314330214216117123
Binary101100111111011011001100110110100011001000111010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F6CC; }

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

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

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

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

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

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

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

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