Html Css Color HEX #B0FCD9 Magic Mint

📋 copy color: '#B0FCD9'

red 176 ◦ green 252 ◦ blue 217

#B0FCD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B0FCD9

Tints of Magic Mint #B0FCD9

RGB

 RED value IS 176 (69.14% from 255) = 27.29%

 GREEN value IS 252 (98.83% from 255) = 39.07%

 BLUE value IS 217 (85.16% from 255) = 33.64%

R = 27.29%
G = 39.07%
B = 33.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#B0FCD9 (or 0xB0FCD9) is known color: Magic Mint. HEX triplet: B0, FC and D9. RGB value is (176,252,217). Sum of RGB (Red+Green+Blue) = 176+252+217=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCD9 is #4F0326. Grayscale: #E1E1E1. Windows color (decimal): -5178151 or 14286000. OLE color: 14286000.

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

Color convert

RGB 176 252 217 -
CMYK 0.30 0 0.14 0.01
HSL 152.37º 0.93% 0.84% -
HSV(B) 152.37º 0.3% 0.99% -
XYZ 65.24 83.86 78.39 -
YUV 225.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 176 252 217 0.30 0 0.14 0.01 152.37 0.93 0.84
Hex B0 FC D9 1E 0 E 1 98 5D 54
Octal 260 374 331 36 0 16 1 230 135 124
Binary 10110000 11111100 11011001 11110 0 1110 1 10011000 1011101 1010100

Color Harmonies of #B0FCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCD9

Black with #B0FCD9

Text Example


Text Example

White with #B0FCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCD9; }

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

 H1.HeaderClassName
 {
   color: #B0FCD9;
 }
 .AnyTagClassName
 {
   color: #B0FCD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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