#B5F3CD

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

Shades of Magic Mint #B5F3CD

Tints of Magic Mint #B5F3CD

Color information

#B5F3CD (or 0xB5F3CD) is unknown color: approx Magic Mint. HEX triplet: B5, F3 and CD. RGB value is (181,243,205). Sum of RGB (Red+Green+Blue) = 181+243+205=629 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.78% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F3CD is #4A0C32. Grayscale: #DCDCDC. Windows color (decimal): -4852787 or 13497269. OLE color: 13497269.

HSL color Cylindrical-coordinate representation of color #B5F3CD: hue angle of 143.23º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F3CD is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB181243205-
CMYK0.2600.160.05
HSL143.23º72.09%83.14%-
HSV(B)143.23º25.51%95.29%-
XYZ62.1378.3369.6-
YUV220.13119.46100.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.78%
GREEN value IS 243 (95.31% from 255) = 38.63%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=28.78%
G=38.63%
B=32.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812432050.2600.160.05143.2372.0983.14
HexB5F3CD1A01058f4853
Octal265363315320205217110123
Binary101101011111001111001101110100100001011000111110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F3CD; }

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

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

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

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

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

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

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

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