#B5F0D1

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

Shades of Magic Mint #B5F0D1

Tints of Magic Mint #B5F0D1

Color information

#B5F0D1 (or 0xB5F0D1) is unknown color: approx Magic Mint. HEX triplet: B5, F0 and D1. RGB value is (181,240,209). Sum of RGB (Red+Green+Blue) = 181+240+209=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0D1 is #4A0F2E. Grayscale: #DADADA. Windows color (decimal): -4853551 or 13758645. OLE color: 13758645.

HSL color Cylindrical-coordinate representation of color #B5F0D1: hue angle of 148.47º 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 #B5F0D1 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB181240209-
CMYK0.2500.130.06
HSL148.47º66.29%82.55%-
HSV(B)148.47º24.58%94.12%-
XYZ61.7276.7571.88-
YUV218.82122.45101.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.73%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 209 (82.03% from 255) = 33.17%
R=28.73%
G=38.10%
B=33.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402090.2500.130.06148.4766.2982.55
HexB5F0D1190D6944253
Octal265360321310156224102123
Binary10110101111100001101000111001011011101001010010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0D1; }

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

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

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

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

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

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

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

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