#b0ffd5

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

Shades of Magic Mint #B0FFD5

Tints of Magic Mint #B0FFD5

Color information

#B0FFD5 (or 0xB0FFD5) is unknown color: approx Magic Mint. HEX triplet: B0, FF and D5. RGB value is (176,255,213). Sum of RGB (Red+Green+Blue) = 176+255+213=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFD5 is #4F002A. Grayscale: #E2E2E2. Windows color (decimal): -5177387 or 14024624. OLE color: 14024624.

HSL color Cylindrical-coordinate representation of color #B0FFD5: hue angle of 148.1º 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 #B0FFD5 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB176255213-
CMYK0.3100.160
HSL148.1º100%84.51%-
HSV(B)148.1º30.98%100%-
XYZ65.6785.5576-
YUV226.59120.3391.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.33%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 213 (83.59% from 255) = 33.07%
R=27.33%
G=39.60%
B=33.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552130.3100.160148.110084.51
HexB0FFD51F0100946455
Octal260377325370200224144125
Binary1011000011111111110101011111101000001001010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ffd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ffd5; }

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

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

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

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

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

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

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

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