Html Css Color HEX #B0E5CF Magic Mint

📋 copy color: '#B0E5CF'

red 176 ◦ green 229 ◦ blue 207

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

Shades of Magic Mint #B0E5CF

Tints of Magic Mint #B0E5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 28.76%
G = 37.42%
B = 33.82%

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

#B0E5CF (or 0xB0E5CF) is known color: Magic Mint. HEX triplet: B0, E5 and CF. RGB value is (176,229,207). Sum of RGB (Red+Green+Blue) = 176+229+207=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5CF is #4F1A30. Grayscale: #D2D2D2. Windows color (decimal): -5184049 or 13624752. OLE color: 13624752.

HSL color Cylindrical-coordinate representation of color #B0E5CF: hue angle of 155.09º 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 #B0E5CF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 229 207 -
CMYK 0.23 0 0.10 0.10
HSL 155.09º 0.5% 0.79% -
HSV(B) 155.09º 0.23% 0.9% -
XYZ 57.19 69.77 69.49 -
YUV 210.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 176 229 207 0.23 0 0.10 0.10 155.09 0.5 0.79
Hex B0 E5 CF 17 0 A A 9B 32 4F
Octal 260 345 317 27 0 12 12 233 62 117
Binary 10110000 11100101 11001111 10111 0 1010 1010 10011011 110010 1001111

Color Harmonies of #B0E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E5CF

Black with #B0E5CF

Text Example


Text Example

White with #B0E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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