Html Css Color HEX #B0FCD3 Magic Mint

📋 copy color: '#B0FCD3'

red 176 ◦ green 252 ◦ blue 211

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

Shades of Magic Mint #B0FCD3

Tints of Magic Mint #B0FCD3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.44%

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

R = 27.54%
G = 39.44%
B = 33.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#B0FCD3 (or 0xB0FCD3) is known color: Magic Mint. HEX triplet: B0, FC and D3. RGB value is (176,252,211). Sum of RGB (Red+Green+Blue) = 176+252+211=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCD3 is #4F032C. Grayscale: #E0E0E0. Windows color (decimal): -5178157 or 13892784. OLE color: 13892784.

HSL color Cylindrical-coordinate representation of color #B0FCD3: hue angle of 147.63º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCD3 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 211 -
CMYK 0.30 0 0.16 0.01
HSL 147.63º 0.93% 0.84% -
HSV(B) 147.63º 0.3% 0.99% -
XYZ 64.47 83.55 74.36 -
YUV 224.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 176 252 211 0.30 0 0.16 0.01 147.63 0.93 0.84
Hex B0 FC D3 1E 0 10 1 94 5D 54
Octal 260 374 323 36 0 20 1 224 135 124
Binary 10110000 11111100 11010011 11110 0 10000 1 10010100 1011101 1010100

Color Harmonies of #B0FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCD3

Black with #B0FCD3

Text Example


Text Example

White with #B0FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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