Html Css Color HEX #B0FCD8 Magic Mint

📋 copy color: '#B0FCD8'

red 176 ◦ green 252 ◦ blue 216

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

Shades of Magic Mint #B0FCD8

Tints of Magic Mint #B0FCD8

RGB

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

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

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

R = 27.33%
G = 39.13%
B = 33.54%

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

#B0FCD8 (or 0xB0FCD8) is known color: Magic Mint. HEX triplet: B0, FC and D8. RGB value is (176,252,216). Sum of RGB (Red+Green+Blue) = 176+252+216=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCD8 is #4F0327. Grayscale: #E1E1E1. Windows color (decimal): -5178152 or 14220464. OLE color: 14220464.

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

Color convert

RGB 176 252 216 -
CMYK 0.30 0 0.14 0.01
HSL 151.58º 0.93% 0.84% -
HSV(B) 151.58º 0.3% 0.99% -
XYZ 65.11 83.81 77.71 -
YUV 225.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 176 252 216 0.30 0 0.14 0.01 151.58 0.93 0.84
Hex B0 FC D8 1E 0 E 1 98 5D 54
Octal 260 374 330 36 0 16 1 230 135 124
Binary 10110000 11111100 11011000 11110 0 1110 1 10011000 1011101 1010100

Color Harmonies of #B0FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCD8

Black with #B0FCD8

Text Example


Text Example

White with #B0FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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