Html Css Color HEX #B0EFCE Magic Mint

📋 copy color: '#B0EFCE'

red 176 ◦ green 239 ◦ blue 206

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

Shades of Magic Mint #B0EFCE

Tints of Magic Mint #B0EFCE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.49%

 BLUE value IS 206 (80.86% from 255) = 33.17%

R = 28.34%
G = 38.49%
B = 33.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#B0EFCE (or 0xB0EFCE) is known color: Magic Mint. HEX triplet: B0, EF and CE. RGB value is (176,239,206). Sum of RGB (Red+Green+Blue) = 176+239+206=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFCE is #4F1031. Grayscale: #D8D8D8. Windows color (decimal): -5181490 or 13561776. OLE color: 13561776.

HSL color Cylindrical-coordinate representation of color #B0EFCE: hue angle of 148.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFCE is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 206 -
CMYK 0.26 0 0.14 0.06
HSL 148.57º 0.66% 0.81% -
HSV(B) 148.57º 0.26% 0.94% -
XYZ 59.91 75.42 69.79 -
YUV 216.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 176 239 206 0.26 0 0.14 0.06 148.57 0.66 0.81
Hex B0 EF CE 1A 0 E 6 95 42 51
Octal 260 357 316 32 0 16 6 225 102 121
Binary 10110000 11101111 11001110 11010 0 1110 110 10010101 1000010 1010001

Color Harmonies of #B0EFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFCE

Black with #B0EFCE

Text Example


Text Example

White with #B0EFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFCE; }

 p { color: rgb(176,239,206); }

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

background-color css

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

 a { background-color: rgb(176,239,206); }

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

border-color css

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

 span { border-color: rgb(176,239,206); }

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