#B5F0D5

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

Shades of Magic Mint #B5F0D5

Tints of Magic Mint #B5F0D5

Color information

#B5F0D5 (or 0xB5F0D5) is unknown color: approx Magic Mint. HEX triplet: B5, F0 and D5. RGB value is (181,240,213). Sum of RGB (Red+Green+Blue) = 181+240+213=634 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.55% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0D5 is #4A0F2A. Grayscale: #DBDBDB. Windows color (decimal): -4853547 or 14020789. OLE color: 14020789.

HSL color Cylindrical-coordinate representation of color #B5F0D5: hue angle of 152.54º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0D5 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB181240213-
CMYK0.2500.110.06
HSL152.54º66.29%82.55%-
HSV(B)152.54º24.58%94.12%-
XYZ62.2376.9574.52-
YUV219.28124.45100.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.55%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=28.55%
G=37.85%
B=33.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812402130.2500.110.06152.5466.2982.55
HexB5F0D5190B6994253
Octal265360325310136231102123
Binary10110101111100001101010111001010111101001100110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0D5; }

 p { color: rgb(181,240,213); }

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

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

 a { background-color: rgb(181,240,213); }

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

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

 span { border-color: rgb(181,240,213); }

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