Html Css Color HEX #B0E5CE Magic Mint

📋 copy color: '#B0E5CE'

red 176 ◦ green 229 ◦ blue 206

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

Shades of Magic Mint #B0E5CE

Tints of Magic Mint #B0E5CE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.48%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 28.81%
G = 37.48%
B = 33.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#B0E5CE (or 0xB0E5CE) is known color: Magic Mint. HEX triplet: B0, E5 and CE. RGB value is (176,229,206). Sum of RGB (Red+Green+Blue) = 176+229+206=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5CE is #4F1A31. Grayscale: #D2D2D2. Windows color (decimal): -5184050 or 13559216. OLE color: 13559216.

HSL color Cylindrical-coordinate representation of color #B0E5CE: hue angle of 153.96º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5CE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 206 -
CMYK 0.23 0 0.10 0.10
HSL 153.96º 0.5% 0.79% -
HSV(B) 153.96º 0.23% 0.9% -
XYZ 57.06 69.72 68.84 -
YUV 210.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 176 229 206 0.23 0 0.10 0.10 153.96 0.5 0.79
Hex B0 E5 CE 17 0 A A 9A 32 4F
Octal 260 345 316 27 0 12 12 232 62 117
Binary 10110000 11100101 11001110 10111 0 1010 1010 10011010 110010 1001111

Color Harmonies of #B0E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5CE

Black with #B0E5CE

Text Example


Text Example

White with #B0E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5CE; }

 p { color: rgb(176,229,206); }

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

background-color css

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

 a { background-color: rgb(176,229,206); }

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

border-color css

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

 span { border-color: rgb(176,229,206); }

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