#B4FFCF

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

Shades of Magic Mint #B4FFCF

Tints of Magic Mint #B4FFCF

Color information

#B4FFCF (or 0xB4FFCF) is unknown color: approx Magic Mint. HEX triplet: B4, FF and CF. RGB value is (180,255,207). Sum of RGB (Red+Green+Blue) = 180+255+207=642 (85% of max value = 765). Red value is 180 (70.70% from 255 or 28.04% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFCF is #4B0030. Grayscale: #E3E3E3. Windows color (decimal): -4915249 or 13631412. OLE color: 13631412.

HSL color Cylindrical-coordinate representation of color #B4FFCF: hue angle of 141.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFCF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB180255207-
CMYK0.2900.190
HSL141.6º100%85.29%-
HSV(B)141.6º29.41%100%-
XYZ65.8485.7372.11-
YUV227.1116.6594.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.04%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=28.04%
G=39.72%
B=32.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552070.2900.190141.610085.29
HexB4FFCF1D01308e6455
Octal264377317350230216144125
Binary1011010011111111110011111110101001101000111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFCF; }

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

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

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

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

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

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

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

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