Html Css Color HEX #B0EACB Magic Mint

📋 copy color: '#B0EACB'

red 176 ◦ green 234 ◦ blue 203

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

Shades of Magic Mint #B0EACB

Tints of Magic Mint #B0EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

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

R = 28.71%
G = 38.17%
B = 33.12%

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

#B0EACB (or 0xB0EACB) is known color: Magic Mint. HEX triplet: B0, EA and CB. RGB value is (176,234,203). Sum of RGB (Red+Green+Blue) = 176+234+203=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EACB is #4F1534. Grayscale: #D5D5D5. Windows color (decimal): -5182773 or 13363888. OLE color: 13363888.

HSL color Cylindrical-coordinate representation of color #B0EACB: hue angle of 147.93º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EACB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 203 -
CMYK 0.25 0 0.13 0.08
HSL 147.93º 0.58% 0.8% -
HSV(B) 147.93º 0.25% 0.92% -
XYZ 58.11 72.39 67.41 -
YUV 213.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 176 234 203 0.25 0 0.13 0.08 147.93 0.58 0.8
Hex B0 EA CB 19 0 D 8 94 3A 50
Octal 260 352 313 31 0 15 10 224 72 120
Binary 10110000 11101010 11001011 11001 0 1101 1000 10010100 111010 1010000

Color Harmonies of #B0EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EACB

Black with #B0EACB

Text Example


Text Example

White with #B0EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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