#b3e7cf

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

Shades of Magic Mint #B3E7CF

Tints of Magic Mint #B3E7CF

Color information

#B3E7CF (or 0xB3E7CF) is unknown color: approx Magic Mint. HEX triplet: B3, E7 and CF. RGB value is (179,231,207). Sum of RGB (Red+Green+Blue) = 179+231+207=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #B3E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E7CF is #4C1830. Grayscale: #D4D4D4. Windows color (decimal): -4986929 or 13625267. OLE color: 13625267.

HSL color Cylindrical-coordinate representation of color #B3E7CF: hue angle of 152.31º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E7CF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB179231207-
CMYK0.2300.100.09
HSL152.31º52%80.39%-
HSV(B)152.31º22.51%90.59%-
XYZ58.4371.2469.7-
YUV212.72124.77103.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.01%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=29.01%
G=37.44%
B=33.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1792312070.2300.100.09152.315280.39
HexB3E7CF170A9983450
Octal263347317270121123064120
Binary10110011111001111100111110111010101001100110001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3e7cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3e7cf; }

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

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

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

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

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

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

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

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