Html Css Color HEX #B0FBDB Magic Mint

📋 copy color: '#B0FBDB'

red 176 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #B0FBDB

Tints of Magic Mint #B0FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.85%

 BLUE value IS 219 (85.94% from 255) = 33.9%

R = 27.24%
G = 38.85%
B = 33.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B0FBDB (or 0xB0FBDB) is known color: Magic Mint. HEX triplet: B0, FB and DB. RGB value is (176,251,219). Sum of RGB (Red+Green+Blue) = 176+251+219=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBDB is #4F0424. Grayscale: #E0E0E0. Windows color (decimal): -5178405 or 14416816. OLE color: 14416816.

HSL color Cylindrical-coordinate representation of color #B0FBDB: hue angle of 154.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBDB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 219 -
CMYK 0.30 0 0.13 0.02
HSL 154.4º 0.9% 0.84% -
HSV(B) 154.4º 0.3% 0.98% -
XYZ 65.19 83.34 79.67 -
YUV 224.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 176 251 219 0.30 0 0.13 0.02 154.4 0.9 0.84
Hex B0 FB DB 1E 0 D 2 9A 5A 54
Octal 260 373 333 36 0 15 2 232 132 124
Binary 10110000 11111011 11011011 11110 0 1101 10 10011010 1011010 1010100

Color Harmonies of #B0FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBDB

Black with #B0FBDB

Text Example


Text Example

White with #B0FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBDB; }

 p { color: rgb(176,251,219); }

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

background-color css

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

 a { background-color: rgb(176,251,219); }

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

border-color css

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

 span { border-color: rgb(176,251,219); }

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