#B4EBCA

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

Shades of Magic Mint #B4EBCA

Tints of Magic Mint #B4EBCA

Color information

#B4EBCA (or 0xB4EBCA) is unknown color: approx Magic Mint. HEX triplet: B4, EB and CA. RGB value is (180,235,202). Sum of RGB (Red+Green+Blue) = 180+235+202=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBCA is #4B1435. Grayscale: #D6D6D6. Windows color (decimal): -4920374 or 13298612. OLE color: 13298612.

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

Color convert

RGB180235202-
CMYK0.2300.140.08
HSL144º57.89%81.37%-
HSV(B)144º23.4%92.16%-
XYZ59.1973.3866.92-
YUV214.79120.78103.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.17%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=29.17%
G=38.09%
B=32.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352020.2300.140.0814457.8981.37
HexB4EBCA170E8903a51
Octal264353312270161022072121
Binary10110100111010111100101010111011101000100100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBCA; }

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

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

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

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

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

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

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

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