Html Css Color HEX #B0EBD5 Magic Mint

📋 copy color: '#B0EBD5'

red 176 ◦ green 235 ◦ blue 213

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

Shades of Magic Mint #B0EBD5

Tints of Magic Mint #B0EBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 28.21%
G = 37.66%
B = 34.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B0EBD5 (or 0xB0EBD5) is known color: Magic Mint. HEX triplet: B0, EB and D5. RGB value is (176,235,213). Sum of RGB (Red+Green+Blue) = 176+235+213=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD5 is #4F142A. Grayscale: #D6D6D6. Windows color (decimal): -5182507 or 14019504. OLE color: 14019504.

HSL color Cylindrical-coordinate representation of color #B0EBD5: hue angle of 157.63º 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 #B0EBD5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 235 213 -
CMYK 0.25 0 0.09 0.08
HSL 157.63º 0.6% 0.81% -
HSV(B) 157.63º 0.25% 0.92% -
XYZ 59.62 73.45 73.99 -
YUV 214.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 176 235 213 0.25 0 0.09 0.08 157.63 0.6 0.81
Hex B0 EB D5 19 0 9 8 9E 3C 51
Octal 260 353 325 31 0 11 10 236 74 121
Binary 10110000 11101011 11010101 11001 0 1001 1000 10011110 111100 1010001

Color Harmonies of #B0EBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBD5

Black with #B0EBD5

Text Example


Text Example

White with #B0EBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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