#B1EBCA

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

Shades of Magic Mint #B1EBCA

Tints of Magic Mint #B1EBCA

Color information

#B1EBCA (or 0xB1EBCA) is unknown color: approx Magic Mint. HEX triplet: B1, EB and CA. RGB value is (177,235,202). Sum of RGB (Red+Green+Blue) = 177+235+202=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBCA is #4E1435. Grayscale: #D5D5D5. Windows color (decimal): -5116982 or 13298609. OLE color: 13298609.

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

Color convert

RGB177235202-
CMYK0.2500.140.08
HSL145.86º59.18%80.78%-
HSV(B)145.86º24.68%92.16%-
XYZ58.573.0366.89-
YUV213.9121.28101.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.83%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=28.83%
G=38.27%
B=32.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352020.2500.140.08145.8659.1880.78
HexB1EBCA190E8923b51
Octal261353312310161022273121
Binary10110001111010111100101011001011101000100100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBCA; }

 p { color: rgb(177,235,202); }

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

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

 a { background-color: rgb(177,235,202); }

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

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

 span { border-color: rgb(177,235,202); }

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