#B0FCDA

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

Shades of Magic Mint #B0FCDA

Tints of Magic Mint #B0FCDA

Color information

#B0FCDA (or 0xB0FCDA) is unknown color: approx Magic Mint. HEX triplet: B0, FC and DA. RGB value is (176,252,218). Sum of RGB (Red+Green+Blue) = 176+252+218=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCDA is #4F0325. Grayscale: #E1E1E1. Windows color (decimal): -5178150 or 14351536. OLE color: 14351536.

HSL color Cylindrical-coordinate representation of color #B0FCDA: hue angle of 153.16º 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 #B0FCDA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB176252218-
CMYK0.3000.130.01
HSL153.16º92.68%83.92%-
HSV(B)153.16º30.16%98.82%-
XYZ65.3783.9179.08-
YUV225.4123.8292.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.24%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=27.24%
G=39.01%
B=33.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762522180.3000.130.01153.1692.6883.92
HexB0FCDA1E0D1995d54
Octal260374332360151231135124
Binary101100001111110011011010111100110111001100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FCDA; }

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

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

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

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

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

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

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

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