#B0FFDB

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

Shades of Magic Mint #B0FFDB

Tints of Magic Mint #B0FFDB

Color information

#B0FFDB (or 0xB0FFDB) is unknown color: approx Magic Mint. HEX triplet: B0, FF and DB. RGB value is (176,255,219). Sum of RGB (Red+Green+Blue) = 176+255+219=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFDB is #4F0024. Grayscale: #E3E3E3. Windows color (decimal): -5177381 or 14417840. OLE color: 14417840.

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

Color convert

RGB176255219-
CMYK0.3100.140
HSL152.66º100%84.51%-
HSV(B)152.66º30.98%100%-
XYZ66.4585.8680.09-
YUV227.28123.3391.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.08%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=27.08%
G=39.23%
B=33.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552190.3100.140152.6610084.51
HexB0FFDB1F0E0996455
Octal260377333370160231144125
Binary101100001111111111011011111110111001001100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFDB; }

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

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

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

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

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

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

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

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