#B3EBCA

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

Shades of Magic Mint #B3EBCA

Tints of Magic Mint #B3EBCA

Color information

#B3EBCA (or 0xB3EBCA) is unknown color: approx Magic Mint. HEX triplet: B3, EB and CA. RGB value is (179,235,202). Sum of RGB (Red+Green+Blue) = 179+235+202=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBCA is #4C1435. Grayscale: #D6D6D6. Windows color (decimal): -4985910 or 13298611. OLE color: 13298611.

HSL color Cylindrical-coordinate representation of color #B3EBCA: hue angle of 144.64º 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 #B3EBCA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB179235202-
CMYK0.2400.140.08
HSL144.64º58.33%81.18%-
HSV(B)144.64º23.83%92.16%-
XYZ58.9673.2666.91-
YUV214.49120.95102.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.06%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=29.06%
G=38.15%
B=32.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352020.2400.140.08144.6458.3381.18
HexB3EBCA180E8913a51
Octal263353312300161022172121
Binary10110011111010111100101011000011101000100100011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBCA; }

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

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

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

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

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

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

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

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