Html Css Color HEX #B0EFD1 Magic Mint

📋 copy color: '#B0EFD1'

red 176 ◦ green 239 ◦ blue 209

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

Shades of Magic Mint #B0EFD1

Tints of Magic Mint #B0EFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.49%

R = 28.21%
G = 38.3%
B = 33.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#B0EFD1 (or 0xB0EFD1) is known color: Magic Mint. HEX triplet: B0, EF and D1. RGB value is (176,239,209). Sum of RGB (Red+Green+Blue) = 176+239+209=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFD1 is #4F102E. Grayscale: #D8D8D8. Windows color (decimal): -5181487 or 13758384. OLE color: 13758384.

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

Color convert

RGB 176 239 209 -
CMYK 0.26 0 0.13 0.06
HSL 151.43º 0.66% 0.81% -
HSV(B) 151.43º 0.26% 0.94% -
XYZ 60.28 75.57 71.73 -
YUV 216.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 176 239 209 0.26 0 0.13 0.06 151.43 0.66 0.81
Hex B0 EF D1 1A 0 D 6 97 42 51
Octal 260 357 321 32 0 15 6 227 102 121
Binary 10110000 11101111 11010001 11010 0 1101 110 10010111 1000010 1010001

Color Harmonies of #B0EFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFD1

Black with #B0EFD1

Text Example


Text Example

White with #B0EFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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