#B4FFCB

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

Shades of Magic Mint #B4FFCB

Tints of Magic Mint #B4FFCB

Color information

#B4FFCB (or 0xB4FFCB) is unknown color: approx Magic Mint. HEX triplet: B4, FF and CB. RGB value is (180,255,203). Sum of RGB (Red+Green+Blue) = 180+255+203=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFCB is #4B0034. Grayscale: #E2E2E2. Windows color (decimal): -4915253 or 13369268. OLE color: 13369268.

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

Color convert

RGB180255203-
CMYK0.2900.200
HSL138.4º100%85.29%-
HSV(B)138.4º29.41%100%-
XYZ65.3685.5469.56-
YUV226.65114.6594.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.21%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 203 (79.69% from 255) = 31.82%
R=28.21%
G=39.97%
B=31.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552030.2900.200138.410085.29
HexB4FFCB1D01408a6455
Octal264377313350240212144125
Binary1011010011111111110010111110101010001000101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFCB; }

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

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

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

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

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

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

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

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