#B0FCDE

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

Shades of Magic Mint #B0FCDE

Tints of Magic Mint #B0FCDE

Color information

#B0FCDE (or 0xB0FCDE) is unknown color: approx Magic Mint. HEX triplet: B0, FC and DE. RGB value is (176,252,222). Sum of RGB (Red+Green+Blue) = 176+252+222=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCDE is #4F0321. Grayscale: #E1E1E1. Windows color (decimal): -5178146 or 14613680. OLE color: 14613680.

HSL color Cylindrical-coordinate representation of color #B0FCDE: hue angle of 156.32º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCDE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB176252222-
CMYK0.3000.120.01
HSL156.32º92.68%83.92%-
HSV(B)156.32º30.16%98.82%-
XYZ65.984.1281.87-
YUV225.86125.8292.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.08%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 222 (87.11% from 255) = 34.15%
R=27.08%
G=38.77%
B=34.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762522220.3000.120.01156.3292.6883.92
HexB0FCDE1E0C19c5d54
Octal260374336360141234135124
Binary101100001111110011011110111100110011001110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCDE; }

 p { color: rgb(176,252,222); }

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

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

 a { background-color: rgb(176,252,222); }

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

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

 span { border-color: rgb(176,252,222); }

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