#B3EBCF

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

Shades of Magic Mint #B3EBCF

Tints of Magic Mint #B3EBCF

Color information

#B3EBCF (or 0xB3EBCF) is unknown color: approx Magic Mint. HEX triplet: B3, EB and CF. RGB value is (179,235,207). Sum of RGB (Red+Green+Blue) = 179+235+207=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBCF is #4C1430. Grayscale: #D7D7D7. Windows color (decimal): -4985905 or 13626291. OLE color: 13626291.

HSL color Cylindrical-coordinate representation of color #B3EBCF: hue angle of 150º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBCF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB179235207-
CMYK0.2400.120.08
HSL150º58.33%81.18%-
HSV(B)150º23.83%92.16%-
XYZ59.5673.5170.08-
YUV215.06123.45102.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=28.82%
G=37.84%
B=33.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352070.2400.120.0815058.3381.18
HexB3EBCF180C8963a51
Octal263353317300141022672121
Binary10110011111010111100111111000011001000100101101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBCF; }

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

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

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

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

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

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

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

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