Html Css Color HEX #B0EDCB Magic Mint

📋 copy color: '#B0EDCB'

red 176 ◦ green 237 ◦ blue 203

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

Shades of Magic Mint #B0EDCB

Tints of Magic Mint #B0EDCB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.47%

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 28.57%
G = 38.47%
B = 32.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#B0EDCB (or 0xB0EDCB) is known color: Magic Mint. HEX triplet: B0, ED and CB. RGB value is (176,237,203). Sum of RGB (Red+Green+Blue) = 176+237+203=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDCB is #4F1234. Grayscale: #D6D6D6. Windows color (decimal): -5182005 or 13364656. OLE color: 13364656.

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

Color convert

RGB 176 237 203 -
CMYK 0.26 0 0.14 0.07
HSL 146.56º 0.63% 0.81% -
HSV(B) 146.56º 0.26% 0.93% -
XYZ 58.97 74.11 67.7 -
YUV 214.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 176 237 203 0.26 0 0.14 0.07 146.56 0.63 0.81
Hex B0 ED CB 1A 0 E 7 93 3F 51
Octal 260 355 313 32 0 16 7 223 77 121
Binary 10110000 11101101 11001011 11010 0 1110 111 10010011 111111 1010001

Color Harmonies of #B0EDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EDCB

Black with #B0EDCB

Text Example


Text Example

White with #B0EDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EDCB; }

 p { color: rgb(176,237,203); }

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

background-color css

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

 a { background-color: rgb(176,237,203); }

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

border-color css

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

 span { border-color: rgb(176,237,203); }

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