Html Css Color HEX #B0FED3 Magic Mint

📋 copy color: '#B0FED3'

red 176 ◦ green 254 ◦ blue 211

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

Shades of Magic Mint #B0FED3

Tints of Magic Mint #B0FED3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.63%

 BLUE value IS 211 (82.81% from 255) = 32.92%

R = 27.46%
G = 39.63%
B = 32.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#B0FED3 (or 0xB0FED3) is known color: Magic Mint. HEX triplet: B0, FE and D3. RGB value is (176,254,211). Sum of RGB (Red+Green+Blue) = 176+254+211=641 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.46% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FED3 is #4F012C. Grayscale: #E1E1E1. Windows color (decimal): -5177645 or 13893296. OLE color: 13893296.

HSL color Cylindrical-coordinate representation of color #B0FED3: hue angle of 146.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FED3 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 211 -
CMYK 0.31 0 0.17 0.00
HSL 146.92º 0.98% 0.84% -
HSV(B) 146.92º 0.31% 1% -
XYZ 65.1 84.82 74.57 -
YUV 225.78 119.66 92.5 -
System Red Green Blue C M Y K H S L
Decimal 176 254 211 0.31 0 0.17 0.00 146.92 0.98 0.84
Hex B0 FE D3 1F 0 11 0 93 62 54
Octal 260 376 323 37 0 21 0 223 142 124
Binary 10110000 11111110 11010011 11111 0 10001 0 10010011 1100010 1010100

Color Harmonies of #B0FED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FED3

Black with #B0FED3

Text Example


Text Example

White with #B0FED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FED3; }

 p { color: rgb(176,254,211); }

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

background-color css

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

 a { background-color: rgb(176,254,211); }

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

border-color css

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

 span { border-color: rgb(176,254,211); }

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