#B4EFCB

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

Shades of Magic Mint #B4EFCB

Tints of Magic Mint #B4EFCB

Color information

#B4EFCB (or 0xB4EFCB) is unknown color: approx Magic Mint. HEX triplet: B4, EF and CB. RGB value is (180,239,203). Sum of RGB (Red+Green+Blue) = 180+239+203=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFCB is #4B1034. Grayscale: #D9D9D9. Windows color (decimal): -4919349 or 13365172. OLE color: 13365172.

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

Color convert

RGB180239203-
CMYK0.2500.150.06
HSL143.39º64.84%82.16%-
HSV(B)143.39º24.69%93.73%-
XYZ60.4775.7567.93-
YUV217.25119.95101.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 203 (79.69% from 255) = 32.64%
R=28.94%
G=38.42%
B=32.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392030.2500.150.06143.3964.8482.16
HexB4EFCB190F68f4152
Octal264357313310176217101122
Binary10110100111011111100101111001011111101000111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFCB; }

 p { color: rgb(180,239,203); }

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

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

 a { background-color: rgb(180,239,203); }

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

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

 span { border-color: rgb(180,239,203); }

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