#B4F0CB

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

Shades of Magic Mint #B4F0CB

Tints of Magic Mint #B4F0CB

Color information

#B4F0CB (or 0xB4F0CB) is unknown color: approx Magic Mint. HEX triplet: B4, F0 and CB. RGB value is (180,240,203). Sum of RGB (Red+Green+Blue) = 180+240+203=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F0CB is #4B0F34. Grayscale: #D9D9D9. Windows color (decimal): -4919093 or 13365428. OLE color: 13365428.

HSL color Cylindrical-coordinate representation of color #B4F0CB: hue angle of 143º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F0CB is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB180240203-
CMYK0.2500.150.06
HSL143º66.67%82.35%-
HSV(B)143º25%94.12%-
XYZ60.7676.3468.03-
YUV217.84119.62101.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.89%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=28.89%
G=38.52%
B=32.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802402030.2500.150.0614366.6782.35
HexB4F0CB190F68f4352
Octal264360313310176217103122
Binary10110100111100001100101111001011111101000111110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F0CB; }

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

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

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

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

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

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

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

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