Html Css Color HEX #B4EBCD Magic Mint

📋 copy color: '#B4EBCD'

red 180 ◦ green 235 ◦ blue 205

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

Shades of Magic Mint #B4EBCD

Tints of Magic Mint #B4EBCD

RGB

 RED value IS 180 (70.7% from 255) = 29.03%

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

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

R = 29.03%
G = 37.9%
B = 33.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#B4EBCD (or 0xB4EBCD) is known color: Magic Mint. HEX triplet: B4, EB and CD. RGB value is (180,235,205). Sum of RGB (Red+Green+Blue) = 180+235+205=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBCD is #4B1432. Grayscale: #D7D7D7. Windows color (decimal): -4920371 or 13495220. OLE color: 13495220.

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

Color convert

RGB 180 235 205 -
CMYK 0.23 0 0.13 0.08
HSL 147.27º 0.58% 0.81% -
HSV(B) 147.27º 0.23% 0.92% -
XYZ 59.55 73.53 68.81 -
YUV 215.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 180 235 205 0.23 0 0.13 0.08 147.27 0.58 0.81
Hex B4 EB CD 17 0 D 8 93 3A 51
Octal 264 353 315 27 0 15 10 223 72 121
Binary 10110100 11101011 11001101 10111 0 1101 1000 10010011 111010 1010001

Color Harmonies of #B4EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EBCD

Black with #B4EBCD

Text Example


Text Example

White with #B4EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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