Html Css Color HEX #B0E5C6 Magic Mint

📋 copy color: '#B0E5C6'

red 176 ◦ green 229 ◦ blue 198

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

Shades of Magic Mint #B0E5C6

Tints of Magic Mint #B0E5C6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.98%

 BLUE value IS 198 (77.73% from 255) = 32.84%

R = 29.19%
G = 37.98%
B = 32.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#B0E5C6 (or 0xB0E5C6) is known color: Magic Mint. HEX triplet: B0, E5 and C6. RGB value is (176,229,198). Sum of RGB (Red+Green+Blue) = 176+229+198=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5C6 is #4F1A39. Grayscale: #D1D1D1. Windows color (decimal): -5184058 or 13034928. OLE color: 13034928.

HSL color Cylindrical-coordinate representation of color #B0E5C6: hue angle of 144.91º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5C6 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 198 -
CMYK 0.23 0 0.14 0.10
HSL 144.91º 0.5% 0.79% -
HSV(B) 144.91º 0.23% 0.9% -
XYZ 56.12 69.35 63.85 -
YUV 209.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 176 229 198 0.23 0 0.14 0.10 144.91 0.5 0.79
Hex B0 E5 C6 17 0 E A 91 32 4F
Octal 260 345 306 27 0 16 12 221 62 117
Binary 10110000 11100101 11000110 10111 0 1110 1010 10010001 110010 1001111

Color Harmonies of #B0E5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5C6

Black with #B0E5C6

Text Example


Text Example

White with #B0E5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5C6; }

 p { color: rgb(176,229,198); }

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

background-color css

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

 a { background-color: rgb(176,229,198); }

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

border-color css

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

 span { border-color: rgb(176,229,198); }

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