#B4EFCC

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

Shades of Magic Mint #B4EFCC

Tints of Magic Mint #B4EFCC

Color information

#B4EFCC (or 0xB4EFCC) is unknown color: approx Magic Mint. HEX triplet: B4, EF and CC. RGB value is (180,239,204). Sum of RGB (Red+Green+Blue) = 180+239+204=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFCC is #4B1033. Grayscale: #D9D9D9. Windows color (decimal): -4919348 or 13430708. OLE color: 13430708.

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

Color convert

RGB180239204-
CMYK0.2500.150.06
HSL144.41º64.84%82.16%-
HSV(B)144.41º24.69%93.73%-
XYZ60.5975.868.56-
YUV217.37120.45101.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.89%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=28.89%
G=38.36%
B=32.74%

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
Decimal1802392040.2500.150.06144.4164.8482.16
HexB4EFCC190F6904152
Octal264357314310176220101122
Binary10110100111011111100110011001011111101001000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFCC; }

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

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

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

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

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

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

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

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