#B4FFCD

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

Shades of Magic Mint #B4FFCD

Tints of Magic Mint #B4FFCD

Color information

#B4FFCD (or 0xB4FFCD) is unknown color: approx Magic Mint. HEX triplet: B4, FF and CD. RGB value is (180,255,205). Sum of RGB (Red+Green+Blue) = 180+255+205=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFCD is #4B0032. Grayscale: #E3E3E3. Windows color (decimal): -4915251 or 13500340. OLE color: 13500340.

HSL color Cylindrical-coordinate representation of color #B4FFCD: hue angle of 140º 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 #B4FFCD is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB180255205-
CMYK0.2900.200
HSL140º100%85.29%-
HSV(B)140º29.41%100%-
XYZ65.685.6370.83-
YUV226.88115.6594.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.12%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=28.12%
G=39.84%
B=32.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552050.2900.20014010085.29
HexB4FFCD1D01408c6455
Octal264377315350240214144125
Binary1011010011111111110011011110101010001000110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFCD; }

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

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

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

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

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

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

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

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