Html Css Color HEX #B0EAC8 Magic Mint

📋 copy color: '#B0EAC8'

red 176 ◦ green 234 ◦ blue 200

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

Shades of Magic Mint #B0EAC8

Tints of Magic Mint #B0EAC8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.36%

 BLUE value IS 200 (78.52% from 255) = 32.79%

R = 28.85%
G = 38.36%
B = 32.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#B0EAC8 (or 0xB0EAC8) is known color: Magic Mint. HEX triplet: B0, EA and C8. RGB value is (176,234,200). Sum of RGB (Red+Green+Blue) = 176+234+200=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EAC8 is #4F1537. Grayscale: #D4D4D4. Windows color (decimal): -5182776 or 13167280. OLE color: 13167280.

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

Color convert

RGB 176 234 200 -
CMYK 0.25 0 0.15 0.08
HSL 144.83º 0.58% 0.8% -
HSV(B) 144.83º 0.25% 0.92% -
XYZ 57.75 72.25 65.54 -
YUV 212.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 176 234 200 0.25 0 0.15 0.08 144.83 0.58 0.8
Hex B0 EA C8 19 0 F 8 91 3A 50
Octal 260 352 310 31 0 17 10 221 72 120
Binary 10110000 11101010 11001000 11001 0 1111 1000 10010001 111010 1010000

Color Harmonies of #B0EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAC8

Black with #B0EAC8

Text Example


Text Example

White with #B0EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAC8; }

 p { color: rgb(176,234,200); }

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

background-color css

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

 a { background-color: rgb(176,234,200); }

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

border-color css

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

 span { border-color: rgb(176,234,200); }

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