#B0F1CD

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

Shades of Magic Mint #B0F1CD

Tints of Magic Mint #B0F1CD

Color information

#B0F1CD (or 0xB0F1CD) is unknown color: approx Magic Mint. HEX triplet: B0, F1 and CD. RGB value is (176,241,205). Sum of RGB (Red+Green+Blue) = 176+241+205=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1CD is #4F0E32. Grayscale: #D9D9D9. Windows color (decimal): -5180979 or 13496752. OLE color: 13496752.

HSL color Cylindrical-coordinate representation of color #B0F1CD: hue angle of 146.77º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F1CD is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB176241205-
CMYK0.2700.150.05
HSL146.77º69.89%81.76%-
HSV(B)146.77º26.97%94.51%-
XYZ60.3876.5569.35-
YUV217.46120.9798.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 241 (94.53% from 255) = 38.75%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=28.30%
G=38.75%
B=32.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762412050.2700.150.05146.7769.8981.76
HexB0F1CD1B0F5934652
Octal260361315330175223106122
Binary10110000111100011100110111011011111011001001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1CD; }

 p { color: rgb(176,241,205); }

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

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

 a { background-color: rgb(176,241,205); }

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

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

 span { border-color: rgb(176,241,205); }

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