#B4FCCF

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

Shades of Magic Mint #B4FCCF

Tints of Magic Mint #B4FCCF

Color information

#B4FCCF (or 0xB4FCCF) is unknown color: approx Magic Mint. HEX triplet: B4, FC and CF. RGB value is (180,252,207). Sum of RGB (Red+Green+Blue) = 180+252+207=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FCCF is #4B0330. Grayscale: #E1E1E1. Windows color (decimal): -4916017 or 13630644. OLE color: 13630644.

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

Color convert

RGB180252207-
CMYK0.2900.180.01
HSL142.5º92.31%84.71%-
HSV(B)142.5º28.57%98.82%-
XYZ64.983.8371.79-
YUV225.34117.6595.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.17%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=28.17%
G=39.44%
B=32.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522070.2900.180.01142.592.3184.71
HexB4FCCF1D01218e5c55
Octal264374317350221216134125
Binary1011010011111100110011111110101001011000111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCCF; }

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

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

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

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

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

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

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

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