#B0F2DA

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

Shades of Magic Mint #B0F2DA

Tints of Magic Mint #B0F2DA

Color information

#B0F2DA (or 0xB0F2DA) is unknown color: approx Magic Mint. HEX triplet: B0, F2 and DA. RGB value is (176,242,218). Sum of RGB (Red+Green+Blue) = 176+242+218=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2DA is #4F0D25. Grayscale: #DBDBDB. Windows color (decimal): -5180710 or 14348976. OLE color: 14348976.

HSL color Cylindrical-coordinate representation of color #B0F2DA: hue angle of 158.18º degrees, saturation: 0.72, 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 #B0F2DA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB176242218-
CMYK0.2700.100.05
HSL158.18º71.74%81.96%-
HSV(B)158.18º27.27%94.9%-
XYZ62.3177.878.06-
YUV219.53127.1396.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=27.67%
G=38.05%
B=34.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762422180.2700.100.05158.1871.7481.96
HexB0F2DA1B0A59e4852
Octal260362332330125236110122
Binary10110000111100101101101011011010101011001111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2DA; }

 p { color: rgb(176,242,218); }

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

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

 a { background-color: rgb(176,242,218); }

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

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

 span { border-color: rgb(176,242,218); }

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