#B4EFCF

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

Shades of Magic Mint #B4EFCF

Tints of Magic Mint #B4EFCF

Color information

#B4EFCF (or 0xB4EFCF) is unknown color: approx Magic Mint. HEX triplet: B4, EF and CF. RGB value is (180,239,207). Sum of RGB (Red+Green+Blue) = 180+239+207=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFCF is #4B1030. Grayscale: #D9D9D9. Windows color (decimal): -4919345 or 13627316. OLE color: 13627316.

HSL color Cylindrical-coordinate representation of color #B4EFCF: hue angle of 147.46º 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 #B4EFCF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB180239207-
CMYK0.2500.130.06
HSL147.46º64.84%82.16%-
HSV(B)147.46º24.69%93.73%-
XYZ60.9575.9470.48-
YUV217.71121.95101.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.75%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=28.75%
G=38.18%
B=33.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392070.2500.130.06147.4664.8482.16
HexB4EFCF190D6934152
Octal264357317310156223101122
Binary10110100111011111100111111001011011101001001110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFCF; }

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

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

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

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

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

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

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

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