Html Css Color HEX #B0F9D8 Magic Mint

📋 copy color: '#B0F9D8'

red 176 ◦ green 249 ◦ blue 216

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

Shades of Magic Mint #B0F9D8

Tints of Magic Mint #B0F9D8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

 BLUE value IS 216 (84.77% from 255) = 33.7%

R = 27.46%
G = 38.85%
B = 33.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B0F9D8 (or 0xB0F9D8) is known color: Magic Mint. HEX triplet: B0, F9 and D8. RGB value is (176,249,216). Sum of RGB (Red+Green+Blue) = 176+249+216=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F9D8 is #4F0627. Grayscale: #DFDFDF. Windows color (decimal): -5178920 or 14219696. OLE color: 14219696.

HSL color Cylindrical-coordinate representation of color #B0F9D8: hue angle of 152.88º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F9D8 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 216 -
CMYK 0.29 0 0.13 0.02
HSL 152.88º 0.86% 0.83% -
HSV(B) 152.88º 0.29% 0.98% -
XYZ 64.17 81.94 77.4 -
YUV 223.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 176 249 216 0.29 0 0.13 0.02 152.88 0.86 0.83
Hex B0 F9 D8 1D 0 D 2 99 56 53
Octal 260 371 330 35 0 15 2 231 126 123
Binary 10110000 11111001 11011000 11101 0 1101 10 10011001 1010110 1010011

Color Harmonies of #B0F9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F9D8

Black with #B0F9D8

Text Example


Text Example

White with #B0F9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F9D8; }

 p { color: rgb(176,249,216); }

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

background-color css

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

 a { background-color: rgb(176,249,216); }

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

border-color css

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

 span { border-color: rgb(176,249,216); }

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