Html Css Color HEX #B0EECB Magic Mint

📋 copy color: '#B0EECB'

red 176 ◦ green 238 ◦ blue 203

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

Shades of Magic Mint #B0EECB

Tints of Magic Mint #B0EECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.57%

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

R = 28.53%
G = 38.57%
B = 32.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#B0EECB (or 0xB0EECB) is known color: Magic Mint. HEX triplet: B0, EE and CB. RGB value is (176,238,203). Sum of RGB (Red+Green+Blue) = 176+238+203=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EECB is #4F1134. Grayscale: #D7D7D7. Windows color (decimal): -5181749 or 13364912. OLE color: 13364912.

HSL color Cylindrical-coordinate representation of color #B0EECB: hue angle of 146.13º degrees, saturation: 0.65, 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 #B0EECB is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 238 203 -
CMYK 0.26 0 0.15 0.07
HSL 146.13º 0.65% 0.81% -
HSV(B) 146.13º 0.26% 0.93% -
XYZ 59.26 74.69 67.79 -
YUV 215.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 176 238 203 0.26 0 0.15 0.07 146.13 0.65 0.81
Hex B0 EE CB 1A 0 F 7 92 41 51
Octal 260 356 313 32 0 17 7 222 101 121
Binary 10110000 11101110 11001011 11010 0 1111 111 10010010 1000001 1010001

Color Harmonies of #B0EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EECB

Black with #B0EECB

Text Example


Text Example

White with #B0EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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