Html Css Color HEX #B0FBCD Magic Mint

📋 copy color: '#B0FBCD'

red 176 ◦ green 251 ◦ blue 205

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

Shades of Magic Mint #B0FBCD

Tints of Magic Mint #B0FBCD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.72%

 BLUE value IS 205 (80.47% from 255) = 32.44%

R = 27.85%
G = 39.72%
B = 32.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#B0FBCD (or 0xB0FBCD) is known color: Magic Mint. HEX triplet: B0, FB and CD. RGB value is (176,251,205). Sum of RGB (Red+Green+Blue) = 176+251+205=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBCD is #4F0432. Grayscale: #DFDFDF. Windows color (decimal): -5178419 or 13499312. OLE color: 13499312.

HSL color Cylindrical-coordinate representation of color #B0FBCD: hue angle of 143.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBCD is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 205 -
CMYK 0.30 0 0.18 0.02
HSL 143.2º 0.9% 0.84% -
HSV(B) 143.2º 0.3% 0.98% -
XYZ 63.42 82.63 70.36 -
YUV 223.33 117.65 94.24 -
System Red Green Blue C M Y K H S L
Decimal 176 251 205 0.30 0 0.18 0.02 143.2 0.9 0.84
Hex B0 FB CD 1E 0 12 2 8F 5A 54
Octal 260 373 315 36 0 22 2 217 132 124
Binary 10110000 11111011 11001101 11110 0 10010 10 10001111 1011010 1010100

Color Harmonies of #B0FBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBCD

Black with #B0FBCD

Text Example


Text Example

White with #B0FBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBCD; }

 p { color: rgb(176,251,205); }

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

background-color css

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

 a { background-color: rgb(176,251,205); }

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

border-color css

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

 span { border-color: rgb(176,251,205); }

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