Html Css Color HEX #B0EBC7 Magic Mint

📋 copy color: '#B0EBC7'

red 176 ◦ green 235 ◦ blue 199

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

Shades of Magic Mint #B0EBC7

Tints of Magic Mint #B0EBC7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.52%

 BLUE value IS 199 (78.13% from 255) = 32.62%

R = 28.85%
G = 38.52%
B = 32.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#B0EBC7 (or 0xB0EBC7) is known color: Magic Mint. HEX triplet: B0, EB and C7. RGB value is (176,235,199). Sum of RGB (Red+Green+Blue) = 176+235+199=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBC7 is #4F1438. Grayscale: #D5D5D5. Windows color (decimal): -5182521 or 13102000. OLE color: 13102000.

HSL color Cylindrical-coordinate representation of color #B0EBC7: hue angle of 143.39º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBC7 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 199 -
CMYK 0.25 0 0.15 0.08
HSL 143.39º 0.6% 0.81% -
HSV(B) 143.39º 0.25% 0.92% -
XYZ 57.92 72.77 65.03 -
YUV 213.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 176 235 199 0.25 0 0.15 0.08 143.39 0.6 0.81
Hex B0 EB C7 19 0 F 8 8F 3C 51
Octal 260 353 307 31 0 17 10 217 74 121
Binary 10110000 11101011 11000111 11001 0 1111 1000 10001111 111100 1010001

Color Harmonies of #B0EBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBC7

Black with #B0EBC7

Text Example


Text Example

White with #B0EBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBC7; }

 p { color: rgb(176,235,199); }

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

background-color css

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

 a { background-color: rgb(176,235,199); }

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

border-color css

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

 span { border-color: rgb(176,235,199); }

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