#B0F9C5

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

Shades of Magic Mint #B0F9C5

Tints of Magic Mint #B0F9C5

Color information

#B0F9C5 (or 0xB0F9C5) is unknown color: approx Magic Mint. HEX triplet: B0, F9 and C5. RGB value is (176,249,197). Sum of RGB (Red+Green+Blue) = 176+249+197=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9C5 is #4F063A. Grayscale: #DDDDDD. Windows color (decimal): -5178939 or 12974512. OLE color: 12974512.

HSL color Cylindrical-coordinate representation of color #B0F9C5: hue angle of 137.26º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9C5 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB176249197-
CMYK0.2900.210.02
HSL137.26º85.88%83.33%-
HSV(B)137.26º29.32%97.65%-
XYZ61.8681.0165.2-
YUV221.24114.3295.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=28.30%
G=40.03%
B=31.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491970.2900.210.02137.2685.8883.33
HexB0F9C51D0152895653
Octal260371305350252211126123
Binary10110000111110011100010111101010101101000100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F9C5; }

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

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

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

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

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

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

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

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