Html Css Color HEX #B0FCC5 Magic Mint

📋 copy color: '#B0FCC5'

red 176 ◦ green 252 ◦ blue 197

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

Shades of Magic Mint #B0FCC5

Tints of Magic Mint #B0FCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.52%

R = 28.16%
G = 40.32%
B = 31.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#B0FCC5 (or 0xB0FCC5) is known color: Magic Mint. HEX triplet: B0, FC and C5. RGB value is (176,252,197). Sum of RGB (Red+Green+Blue) = 176+252+197=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCC5 is #4F033A. Grayscale: #DFDFDF. Windows color (decimal): -5178171 or 12975280. OLE color: 12975280.

HSL color Cylindrical-coordinate representation of color #B0FCC5: hue angle of 136.58º 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 #B0FCC5 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 197 -
CMYK 0.30 0 0.22 0.01
HSL 136.58º 0.93% 0.84% -
HSV(B) 136.58º 0.3% 0.99% -
XYZ 62.79 82.88 65.51 -
YUV 223.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 176 252 197 0.30 0 0.22 0.01 136.58 0.93 0.84
Hex B0 FC C5 1E 0 16 1 89 5D 54
Octal 260 374 305 36 0 26 1 211 135 124
Binary 10110000 11111100 11000101 11110 0 10110 1 10001001 1011101 1010100

Color Harmonies of #B0FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCC5

Black with #B0FCC5

Text Example


Text Example

White with #B0FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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