#B0F6C5

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

Shades of Magic Mint #B0F6C5

Tints of Magic Mint #B0F6C5

Color information

#B0F6C5 (or 0xB0F6C5) is unknown color: approx Magic Mint. HEX triplet: B0, F6 and C5. RGB value is (176,246,197). Sum of RGB (Red+Green+Blue) = 176+246+197=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F6C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F6C5 is #4F093A. Grayscale: #DBDBDB. Windows color (decimal): -5179707 or 12973744. OLE color: 12973744.

HSL color Cylindrical-coordinate representation of color #B0F6C5: hue angle of 138º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F6C5 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB176246197-
CMYK0.2800.200.04
HSL138º79.55%82.75%-
HSV(B)138º28.46%96.47%-
XYZ60.9479.1764.89-
YUV219.48115.3196.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 246 (96.48% from 255) = 39.74%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=28.43%
G=39.74%
B=31.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461970.2800.200.0413879.5582.75
HexB0F6C51C01448a5053
Octal260366305340244212120123
Binary101100001111011011000101111000101001001000101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F6C5; }

 p { color: rgb(176,246,197); }

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

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

 a { background-color: rgb(176,246,197); }

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

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

 span { border-color: rgb(176,246,197); }

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