#B3FFCF

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

Shades of Magic Mint #B3FFCF

Tints of Magic Mint #B3FFCF

Color information

#B3FFCF (or 0xB3FFCF) is unknown color: approx Magic Mint. HEX triplet: B3, FF and CF. RGB value is (179,255,207). Sum of RGB (Red+Green+Blue) = 179+255+207=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFCF is #4C0030. Grayscale: #E2E2E2. Windows color (decimal): -4980785 or 13631411. OLE color: 13631411.

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

Color convert

RGB179255207-
CMYK0.3000.190
HSL142.11º100%85.1%-
HSV(B)142.11º29.8%100%-
XYZ65.6185.6172.1-
YUV226.8116.8293.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.93%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=27.93%
G=39.78%
B=32.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552070.3000.190142.1110085.1
HexB3FFCF1E01308e6455
Octal263377317360230216144125
Binary1011001111111111110011111111001001101000111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFCF; }

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

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

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

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

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

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

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

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