#B5FCD1

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

Shades of Magic Mint #B5FCD1

Tints of Magic Mint #B5FCD1

Color information

#B5FCD1 (or 0xB5FCD1) is unknown color: approx Magic Mint. HEX triplet: B5, FC and D1. RGB value is (181,252,209). Sum of RGB (Red+Green+Blue) = 181+252+209=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCD1 is #4A032E. Grayscale: #E1E1E1. Windows color (decimal): -4850479 or 13761717. OLE color: 13761717.

HSL color Cylindrical-coordinate representation of color #B5FCD1: hue angle of 143.66º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FCD1 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB181252209-
CMYK0.2800.170.01
HSL143.66º92.21%84.9%-
HSV(B)143.66º28.17%98.82%-
XYZ65.3884.0573.1-
YUV225.87118.4896-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.19%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 209 (82.03% from 255) = 32.55%
R=28.19%
G=39.25%
B=32.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812522090.2800.170.01143.6692.2184.9
HexB5FCD11C0111905c55
Octal265374321340211220134125
Binary1011010111111100110100011110001000111001000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCD1; }

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

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

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

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

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

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

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

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