Html Css Color HEX #B0FFDF Magic Mint

📋 copy color: '#B0FFDF'

red 176 ◦ green 255 ◦ blue 223

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

Shades of Magic Mint #B0FFDF

Tints of Magic Mint #B0FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 26.91%
G = 38.99%
B = 34.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#B0FFDF (or 0xB0FFDF) is known color: Magic Mint. HEX triplet: B0, FF and DF. RGB value is (176,255,223). Sum of RGB (Red+Green+Blue) = 176+255+223=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFDF is #4F0020. Grayscale: #E3E3E3. Windows color (decimal): -5177377 or 14679984. OLE color: 14679984.

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

Color convert

RGB 176 255 223 -
CMYK 0.31 0 0.13 0
HSL 155.7º 1% 0.85% -
HSV(B) 155.7º 0.31% 1% -
XYZ 66.98 86.08 82.9 -
YUV 227.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 176 255 223 0.31 0 0.13 0 155.7 1 0.85
Hex B0 FF DF 1F 0 D 0 9C 64 55
Octal 260 377 337 37 0 15 0 234 144 125
Binary 10110000 11111111 11011111 11111 0 1101 0 10011100 1100100 1010101

Color Harmonies of #B0FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FFDF

Black with #B0FFDF

Text Example


Text Example

White with #B0FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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