#B5F6D0

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

Shades of Magic Mint #B5F6D0

Tints of Magic Mint #B5F6D0

Color information

#B5F6D0 (or 0xB5F6D0) is unknown color: approx Magic Mint. HEX triplet: B5, F6 and D0. RGB value is (181,246,208). Sum of RGB (Red+Green+Blue) = 181+246+208=635 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.50% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F6D0 is #4A092F. Grayscale: #DEDEDE. Windows color (decimal): -4852016 or 13694645. OLE color: 13694645.

HSL color Cylindrical-coordinate representation of color #B5F6D0: hue angle of 144.92º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F6D0 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB181246208-
CMYK0.2600.150.04
HSL144.92º78.31%83.73%-
HSV(B)144.92º26.42%96.47%-
XYZ63.480.2971.83-
YUV222.23119.9798.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.50%
GREEN value IS 246 (96.48% from 255) = 38.74%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=28.50%
G=38.74%
B=32.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1812462080.2600.150.04144.9278.3183.73
HexB5F6D01A0F4914e54
Octal265366320320174221116124
Binary10110101111101101101000011010011111001001000110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F6D0; }

 p { color: rgb(181,246,208); }

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

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

 a { background-color: rgb(181,246,208); }

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

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

 span { border-color: rgb(181,246,208); }

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