#B5F4CF

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

Shades of Magic Mint #B5F4CF

Tints of Magic Mint #B5F4CF

Color information

#B5F4CF (or 0xB5F4CF) is unknown color: approx Magic Mint. HEX triplet: B5, F4 and CF. RGB value is (181,244,207). Sum of RGB (Red+Green+Blue) = 181+244+207=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F4CF is #4A0B30. Grayscale: #DDDDDD. Windows color (decimal): -4852529 or 13628597. OLE color: 13628597.

HSL color Cylindrical-coordinate representation of color #B5F4CF: hue angle of 144.76º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F4CF is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB181244207-
CMYK0.2600.150.04
HSL144.76º74.12%83.33%-
HSV(B)144.76º25.82%95.69%-
XYZ62.6779.0370.98-
YUV220.94120.1399.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.64%
GREEN value IS 244 (95.70% from 255) = 38.61%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=28.64%
G=38.61%
B=32.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1812442070.2600.150.04144.7674.1283.33
HexB5F4CF1A0F4914a53
Octal265364317320174221112123
Binary10110101111101001100111111010011111001001000110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F4CF; }

 p { color: rgb(181,244,207); }

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

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

 a { background-color: rgb(181,244,207); }

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

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

 span { border-color: rgb(181,244,207); }

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