#B0FCCB

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

Shades of Magic Mint #B0FCCB

Tints of Magic Mint #B0FCCB

Color information

#B0FCCB (or 0xB0FCCB) is unknown color: approx Magic Mint. HEX triplet: B0, FC and CB. RGB value is (176,252,203). Sum of RGB (Red+Green+Blue) = 176+252+203=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCCB is #4F0334. Grayscale: #DFDFDF. Windows color (decimal): -5178165 or 13368496. OLE color: 13368496.

HSL color Cylindrical-coordinate representation of color #B0FCCB: hue angle of 141.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCCB is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB176252203-
CMYK0.3000.190.01
HSL141.32º92.68%83.92%-
HSV(B)141.32º30.16%98.82%-
XYZ63.4983.1669.21-
YUV223.69116.3293.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=27.89%
G=39.94%
B=32.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762522030.3000.190.01141.3292.6883.92
HexB0FCCB1E01318d5d54
Octal260374313360231215135124
Binary1011000011111100110010111111001001111000110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCCB; }

 p { color: rgb(176,252,203); }

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

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

 a { background-color: rgb(176,252,203); }

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

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

 span { border-color: rgb(176,252,203); }

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