#B4EFCA

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

Shades of Magic Mint #B4EFCA

Tints of Magic Mint #B4EFCA

Color information

#B4EFCA (or 0xB4EFCA) is unknown color: approx Magic Mint. HEX triplet: B4, EF and CA. RGB value is (180,239,202). Sum of RGB (Red+Green+Blue) = 180+239+202=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFCA is #4B1035. Grayscale: #D9D9D9. Windows color (decimal): -4919350 or 13299636. OLE color: 13299636.

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

Color convert

RGB180239202-
CMYK0.2500.150.06
HSL142.37º64.84%82.16%-
HSV(B)142.37º24.69%93.73%-
XYZ60.3575.767.31-
YUV217.14119.45101.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.99%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=28.99%
G=38.49%
B=32.53%

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
Decimal1802392020.2500.150.06142.3764.8482.16
HexB4EFCA190F68e4152
Octal264357312310176216101122
Binary10110100111011111100101011001011111101000111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFCA; }

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

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

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

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

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

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

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

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