Html Css Color HEX #B0FFDB Magic Mint

📋 copy color: '#B0FFDB'

red 176 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #B0FFDB

Tints of Magic Mint #B0FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 39.23%

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

R = 27.08%
G = 39.23%
B = 33.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#B0FFDB (or 0xB0FFDB) is known color: Magic Mint. HEX triplet: B0, FF and DB. RGB value is (176,255,219). Sum of RGB (Red+Green+Blue) = 176+255+219=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFDB is #4F0024. Grayscale: #E3E3E3. Windows color (decimal): -5177381 or 14417840. OLE color: 14417840.

HSL color Cylindrical-coordinate representation of color #B0FFDB: hue angle of 152.66º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFDB is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 176 255 219 -
CMYK 0.31 0 0.14 0
HSL 152.66º 1% 0.85% -
HSV(B) 152.66º 0.31% 1% -
XYZ 66.45 85.86 80.09 -
YUV 227.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 176 255 219 0.31 0 0.14 0 152.66 1 0.85
Hex B0 FF DB 1F 0 E 0 99 64 55
Octal 260 377 333 37 0 16 0 231 144 125
Binary 10110000 11111111 11011011 11111 0 1110 0 10011001 1100100 1010101

Color Harmonies of #B0FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFDB

Black with #B0FFDB

Text Example


Text Example

White with #B0FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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