#B5F6CD

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

Shades of Magic Mint #B5F6CD

Tints of Magic Mint #B5F6CD

Color information

#B5F6CD (or 0xB5F6CD) is unknown color: approx Magic Mint. HEX triplet: B5, F6 and CD. RGB value is (181,246,205). Sum of RGB (Red+Green+Blue) = 181+246+205=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 246 (96.48% from 255 or 38.92% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F6CD is #4A0932. Grayscale: #DDDDDD. Windows color (decimal): -4852019 or 13498037. OLE color: 13498037.

HSL color Cylindrical-coordinate representation of color #B5F6CD: hue angle of 142.15º 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 #B5F6CD is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB181246205-
CMYK0.2600.170.04
HSL142.15º78.31%83.73%-
HSV(B)142.15º26.42%96.47%-
XYZ63.0380.1469.9-
YUV221.89118.4798.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.64%
GREEN value IS 246 (96.48% from 255) = 38.92%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=28.64%
G=38.92%
B=32.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1812462050.2600.170.04142.1578.3183.73
HexB5F6CD1A01148e4e54
Octal265366315320214216116124
Binary101101011111011011001101110100100011001000111010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F6CD; }

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

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

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

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

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

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

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

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