#B2FDCE

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

Shades of Magic Mint #B2FDCE

Tints of Magic Mint #B2FDCE

Color information

#B2FDCE (or 0xB2FDCE) is unknown color: approx Magic Mint. HEX triplet: B2, FD and CE. RGB value is (178,253,206). Sum of RGB (Red+Green+Blue) = 178+253+206=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FDCE is #4D0231. Grayscale: #E1E1E1. Windows color (decimal): -5046834 or 13565362. OLE color: 13565362.

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

Color convert

RGB178253206-
CMYK0.3000.190.01
HSL142.4º94.94%84.51%-
HSV(B)142.4º29.64%99.22%-
XYZ64.6384.1771.23-
YUV225.22117.1594.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.94%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=27.94%
G=39.72%
B=32.34%

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
Decimal1782532060.3000.190.01142.494.9484.51
HexB2FDCE1E01318e5f55
Octal262375316360231216137125
Binary1011001011111101110011101111001001111000111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FDCE; }

 p { color: rgb(178,253,206); }

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

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

 a { background-color: rgb(178,253,206); }

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

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

 span { border-color: rgb(178,253,206); }

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