Html Css Color HEX #B0FCDC Magic Mint

📋 copy color: '#B0FCDC'

red 176 ◦ green 252 ◦ blue 220

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

Shades of Magic Mint #B0FCDC

Tints of Magic Mint #B0FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.95%

R = 27.16%
G = 38.89%
B = 33.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B0FCDC (or 0xB0FCDC) is known color: Magic Mint. HEX triplet: B0, FC and DC. RGB value is (176,252,220). Sum of RGB (Red+Green+Blue) = 176+252+220=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCDC is #4F0323. Grayscale: #E1E1E1. Windows color (decimal): -5178148 or 14482608. OLE color: 14482608.

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

Color convert

RGB 176 252 220 -
CMYK 0.30 0 0.13 0.01
HSL 154.74º 0.93% 0.84% -
HSV(B) 154.74º 0.3% 0.99% -
XYZ 65.63 84.02 80.47 -
YUV 225.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 176 252 220 0.30 0 0.13 0.01 154.74 0.93 0.84
Hex B0 FC DC 1E 0 D 1 9B 5D 54
Octal 260 374 334 36 0 15 1 233 135 124
Binary 10110000 11111100 11011100 11110 0 1101 1 10011011 1011101 1010100

Color Harmonies of #B0FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FCDC

Black with #B0FCDC

Text Example


Text Example

White with #B0FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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