#B3EFCF

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

Shades of Magic Mint #B3EFCF

Tints of Magic Mint #B3EFCF

Color information

#B3EFCF (or 0xB3EFCF) is unknown color: approx Magic Mint. HEX triplet: B3, EF and CF. RGB value is (179,239,207). Sum of RGB (Red+Green+Blue) = 179+239+207=625 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.64% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFCF is #4C1030. Grayscale: #D9D9D9. Windows color (decimal): -4984881 or 13627315. OLE color: 13627315.

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

Color convert

RGB179239207-
CMYK0.2500.130.06
HSL148º65.22%81.96%-
HSV(B)148º25.1%93.73%-
XYZ60.7275.8270.47-
YUV217.41122.12100.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.64%
GREEN value IS 239 (93.75% from 255) = 38.24%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=28.64%
G=38.24%
B=33.12%

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
Decimal1792392070.2500.130.0614865.2281.96
HexB3EFCF190D6944152
Octal263357317310156224101122
Binary10110011111011111100111111001011011101001010010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFCF; }

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

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

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

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

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

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

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

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