Html Css Color HEX #B3F5CF Magic Mint

📋 copy color: '#B3F5CF'

red 179 ◦ green 245 ◦ blue 207

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

Shades of Magic Mint #B3F5CF

Tints of Magic Mint #B3F5CF

RGB

 RED value IS 179 (70.31% from 255) = 28.37%

 GREEN value IS 245 (96.09% from 255) = 38.83%

 BLUE value IS 207 (81.25% from 255) = 32.81%

R = 28.37%
G = 38.83%
B = 32.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#B3F5CF (or 0xB3F5CF) is known color: Magic Mint. HEX triplet: B3, F5 and CF. RGB value is (179,245,207). Sum of RGB (Red+Green+Blue) = 179+245+207=631 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.37% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F5CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F5CF is #4C0A30. Grayscale: #DDDDDD. Windows color (decimal): -4983345 or 13628851. OLE color: 13628851.

HSL color Cylindrical-coordinate representation of color #B3F5CF: hue angle of 145.45º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F5CF is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 245 207 -
CMYK 0.27 0 0.16 0.04
HSL 145.45º 0.77% 0.83% -
HSV(B) 145.45º 0.27% 0.96% -
XYZ 62.51 79.39 71.06 -
YUV 220.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 179 245 207 0.27 0 0.16 0.04 145.45 0.77 0.83
Hex B3 F5 CF 1B 0 10 4 91 4D 53
Octal 263 365 317 33 0 20 4 221 115 123
Binary 10110011 11110101 11001111 11011 0 10000 100 10010001 1001101 1010011

Color Harmonies of #B3F5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F5CF

Black with #B3F5CF

Text Example


Text Example

White with #B3F5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F5CF; }

 p { color: rgb(179,245,207); }

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

background-color css

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

 a { background-color: rgb(179,245,207); }

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

border-color css

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

 span { border-color: rgb(179,245,207); }

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