#B4EBD4

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

Shades of Magic Mint #B4EBD4

Tints of Magic Mint #B4EBD4

Color information

#B4EBD4 (or 0xB4EBD4) is unknown color: approx Magic Mint. HEX triplet: B4, EB and D4. RGB value is (180,235,212). Sum of RGB (Red+Green+Blue) = 180+235+212=627 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.71% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD4 is #4B142B. Grayscale: #D7D7D7. Windows color (decimal): -4920364 or 13953972. OLE color: 13953972.

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

Color convert

RGB180235212-
CMYK0.2300.100.08
HSL154.91º57.89%81.37%-
HSV(B)154.91º23.4%92.16%-
XYZ60.4173.8773.36-
YUV215.93125.78102.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.71%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=28.71%
G=37.48%
B=33.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352120.2300.100.08154.9157.8981.37
HexB4EBD4170A89b3a51
Octal264353324270121023372121
Binary10110100111010111101010010111010101000100110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD4; }

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

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

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

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

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

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

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

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