#B5F0D8

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

Shades of Magic Mint #B5F0D8

Tints of Magic Mint #B5F0D8

Color information

#B5F0D8 (or 0xB5F0D8) is unknown color: approx Magic Mint. HEX triplet: B5, F0 and D8. RGB value is (181,240,216). Sum of RGB (Red+Green+Blue) = 181+240+216=637 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.41% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0D8 is #4A0F27. Grayscale: #DBDBDB. Windows color (decimal): -4853544 or 14217397. OLE color: 14217397.

HSL color Cylindrical-coordinate representation of color #B5F0D8: hue angle of 155.59º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0D8 is Cyan = 0.25, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB181240216-
CMYK0.2500.10.06
HSL155.59º66.29%82.55%-
HSV(B)155.59º24.58%94.12%-
XYZ62.6177.176.55-
YUV219.62125.95100.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.41%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=28.41%
G=37.68%
B=33.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402160.2500.10.06155.5966.2982.55
HexB5F0D8190A69c4253
Octal265360330310126234102123
Binary10110101111100001101100011001010101101001110010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0D8; }

 p { color: rgb(181,240,216); }

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

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

 a { background-color: rgb(181,240,216); }

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

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

 span { border-color: rgb(181,240,216); }

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