Html Css Color HEX #B0EBCC Magic Mint

📋 copy color: '#B0EBCC'

red 176 ◦ green 235 ◦ blue 204

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

Shades of Magic Mint #B0EBCC

Tints of Magic Mint #B0EBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 28.62%
G = 38.21%
B = 33.17%

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

#B0EBCC (or 0xB0EBCC) is known color: Magic Mint. HEX triplet: B0, EB and CC. RGB value is (176,235,204). Sum of RGB (Red+Green+Blue) = 176+235+204=615 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.62% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBCC is #4F1433. Grayscale: #D5D5D5. Windows color (decimal): -5182516 or 13429680. OLE color: 13429680.

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

Color convert

RGB 176 235 204 -
CMYK 0.25 0 0.13 0.08
HSL 148.47º 0.6% 0.81% -
HSV(B) 148.47º 0.25% 0.92% -
XYZ 58.51 73.01 68.13 -
YUV 213.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 176 235 204 0.25 0 0.13 0.08 148.47 0.6 0.81
Hex B0 EB CC 19 0 D 8 94 3C 51
Octal 260 353 314 31 0 15 10 224 74 121
Binary 10110000 11101011 11001100 11001 0 1101 1000 10010100 111100 1010001

Color Harmonies of #B0EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBCC

Black with #B0EBCC

Text Example


Text Example

White with #B0EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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