#B5F2CD

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

Shades of Magic Mint #B5F2CD

Tints of Magic Mint #B5F2CD

Color information

#B5F2CD (or 0xB5F2CD) is unknown color: approx Magic Mint. HEX triplet: B5, F2 and CD. RGB value is (181,242,205). Sum of RGB (Red+Green+Blue) = 181+242+205=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F2CD is #4A0D32. Grayscale: #DBDBDB. Windows color (decimal): -4853043 or 13497013. OLE color: 13497013.

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

Color convert

RGB181242205-
CMYK0.2500.150.05
HSL143.61º70.11%82.94%-
HSV(B)143.61º25.21%94.9%-
XYZ61.8377.7469.5-
YUV219.54119.79100.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.82%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=28.82%
G=38.54%
B=32.64%

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
Decimal1812422050.2500.150.05143.6170.1182.94
HexB5F2CD190F5904653
Octal265362315310175220106123
Binary10110101111100101100110111001011111011001000010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F2CD; }

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

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

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

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

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

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

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

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