#B5F1CD

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

Shades of Magic Mint #B5F1CD

Tints of Magic Mint #B5F1CD

Color information

#B5F1CD (or 0xB5F1CD) is unknown color: approx Magic Mint. HEX triplet: B5, F1 and CD. RGB value is (181,241,205). Sum of RGB (Red+Green+Blue) = 181+241+205=627 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.87% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1CD is #4A0E32. Grayscale: #DBDBDB. Windows color (decimal): -4853299 or 13496757. OLE color: 13496757.

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

Color convert

RGB181241205-
CMYK0.2500.150.05
HSL144º68.18%82.75%-
HSV(B)144º24.9%94.51%-
XYZ61.5377.1469.4-
YUV218.96120.12100.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.87%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=28.87%
G=38.44%
B=32.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412050.2500.150.0514468.1882.75
HexB5F1CD190F5904453
Octal265361315310175220104123
Binary10110101111100011100110111001011111011001000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1CD; }

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

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

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

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

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

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

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

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