#B0EFCA

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

Shades of Magic Mint #B0EFCA

Tints of Magic Mint #B0EFCA

Color information

#B0EFCA (or 0xB0EFCA) is unknown color: approx Magic Mint. HEX triplet: B0, EF and CA. RGB value is (176,239,202). Sum of RGB (Red+Green+Blue) = 176+239+202=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFCA is #4F1035. Grayscale: #D8D8D8. Windows color (decimal): -5181494 or 13299632. OLE color: 13299632.

HSL color Cylindrical-coordinate representation of color #B0EFCA: hue angle of 144.76º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFCA is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB176239202-
CMYK0.2600.150.06
HSL144.76º66.32%81.37%-
HSV(B)144.76º26.36%93.73%-
XYZ59.4375.2367.27-
YUV215.94120.1399.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.53%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=28.53%
G=38.74%
B=32.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762392020.2600.150.06144.7666.3281.37
HexB0EFCA1A0F6914251
Octal260357312320176221102121
Binary10110000111011111100101011010011111101001000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFCA; }

 p { color: rgb(176,239,202); }

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

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

 a { background-color: rgb(176,239,202); }

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

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

 span { border-color: rgb(176,239,202); }

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