#B0FFC8

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

Shades of Magic Mint #B0FFC8

Tints of Magic Mint #B0FFC8

Color information

#B0FFC8 (or 0xB0FFC8) is unknown color: approx Magic Mint. HEX triplet: B0, FF and C8. RGB value is (176,255,200). Sum of RGB (Red+Green+Blue) = 176+255+200=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFC8 is #4F0037. Grayscale: #E1E1E1. Windows color (decimal): -5177400 or 13172656. OLE color: 13172656.

HSL color Cylindrical-coordinate representation of color #B0FFC8: hue angle of 138.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFC8 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB176255200-
CMYK0.3100.220
HSL138.23º100%84.51%-
HSV(B)138.23º30.98%100%-
XYZ64.0984.9267.66-
YUV225.11113.8392.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 200 (78.52% from 255) = 31.70%
R=27.89%
G=40.41%
B=31.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552000.3100.220138.2310084.51
HexB0FFC81F01608a6455
Octal260377310370260212144125
Binary1011000011111111110010001111101011001000101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFC8; }

 p { color: rgb(176,255,200); }

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

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

 a { background-color: rgb(176,255,200); }

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

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

 span { border-color: rgb(176,255,200); }

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