#B5F1D0

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

Shades of Magic Mint #B5F1D0

Tints of Magic Mint #B5F1D0

Color information

#B5F1D0 (or 0xB5F1D0) is unknown color: approx Magic Mint. HEX triplet: B5, F1 and D0. RGB value is (181,241,208). Sum of RGB (Red+Green+Blue) = 181+241+208=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1D0 is #4A0E2F. Grayscale: #DBDBDB. Windows color (decimal): -4853296 or 13693365. OLE color: 13693365.

HSL color Cylindrical-coordinate representation of color #B5F1D0: hue angle of 147º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1D0 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB181241208-
CMYK0.2500.140.05
HSL147º68.18%82.75%-
HSV(B)147º24.9%94.51%-
XYZ61.977.2971.33-
YUV219.3121.62100.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.73%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=28.73%
G=38.25%
B=33.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412080.2500.140.0514768.1882.75
HexB5F1D0190E5934453
Octal265361320310165223104123
Binary10110101111100011101000011001011101011001001110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1D0; }

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

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

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

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

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

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

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

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