#B4F1CB

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

Shades of Magic Mint #B4F1CB

Tints of Magic Mint #B4F1CB

Color information

#B4F1CB (or 0xB4F1CB) is unknown color: approx Magic Mint. HEX triplet: B4, F1 and CB. RGB value is (180,241,203). Sum of RGB (Red+Green+Blue) = 180+241+203=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1CB is #4B0E34. Grayscale: #DADADA. Windows color (decimal): -4918837 or 13365684. OLE color: 13365684.

HSL color Cylindrical-coordinate representation of color #B4F1CB: hue angle of 142.62º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1CB is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB180241203-
CMYK0.2500.160.05
HSL142.62º68.54%82.55%-
HSV(B)142.62º25.31%94.51%-
XYZ61.0676.9368.13-
YUV218.43119.29100.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=28.85%
G=38.62%
B=32.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802412030.2500.160.05142.6268.5482.55
HexB4F1CB1901058f4553
Octal264361313310205217105123
Binary101101001111000111001011110010100001011000111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F1CB; }

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

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

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

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

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

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

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

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