#B7FBD8

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

Shades of Magic Mint #B7FBD8

Tints of Magic Mint #B7FBD8

Color information

#B7FBD8 (or 0xB7FBD8) is unknown color: approx Magic Mint. HEX triplet: B7, FB and D8. RGB value is (183,251,216). Sum of RGB (Red+Green+Blue) = 183+251+216=650 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.15% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #B7FBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FBD8 is #480427. Grayscale: #E2E2E2. Windows color (decimal): -4719656 or 14220215. OLE color: 14220215.

HSL color Cylindrical-coordinate representation of color #B7FBD8: hue angle of 149.12º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FBD8 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB183251216-
CMYK0.2700.140.02
HSL149.12º89.47%85.1%-
HSV(B)149.12º27.09%98.43%-
XYZ66.4284.0277.68-
YUV226.68121.9796.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.15%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=28.15%
G=38.62%
B=33.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832512160.2700.140.02149.1289.4785.1
HexB7FBD81B0E2955955
Octal267373330330162225131125
Binary1011011111111011110110001101101110101001010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FBD8; }

 p { color: rgb(183,251,216); }

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

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

 a { background-color: rgb(183,251,216); }

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

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

 span { border-color: rgb(183,251,216); }

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