Html Css Color HEX #B0EBCD Magic Mint

📋 copy color: '#B0EBCD'

red 176 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #B0EBCD

Tints of Magic Mint #B0EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 28.57%
G = 38.15%
B = 33.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#B0EBCD (or 0xB0EBCD) is known color: Magic Mint. HEX triplet: B0, EB and CD. RGB value is (176,235,205). Sum of RGB (Red+Green+Blue) = 176+235+205=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBCD is #4F1432. Grayscale: #D6D6D6. Windows color (decimal): -5182515 or 13495216. OLE color: 13495216.

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

Color convert

RGB 176 235 205 -
CMYK 0.25 0 0.13 0.08
HSL 149.49º 0.6% 0.81% -
HSV(B) 149.49º 0.25% 0.92% -
XYZ 58.63 73.05 68.77 -
YUV 213.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 176 235 205 0.25 0 0.13 0.08 149.49 0.6 0.81
Hex B0 EB CD 19 0 D 8 95 3C 51
Octal 260 353 315 31 0 15 10 225 74 121
Binary 10110000 11101011 11001101 11001 0 1101 1000 10010101 111100 1010001

Color Harmonies of #B0EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBCD

Black with #B0EBCD

Text Example


Text Example

White with #B0EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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