Html Css Color HEX #B3FFCF Magic Mint

📋 copy color: '#B3FFCF'

red 179 ◦ green 255 ◦ blue 207

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

Shades of Magic Mint #B3FFCF

Tints of Magic Mint #B3FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 39.78%

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

R = 27.93%
G = 39.78%
B = 32.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#B3FFCF (or 0xB3FFCF) is known color: Magic Mint. HEX triplet: B3, FF and CF. RGB value is (179,255,207). Sum of RGB (Red+Green+Blue) = 179+255+207=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFCF is #4C0030. Grayscale: #E2E2E2. Windows color (decimal): -4980785 or 13631411. OLE color: 13631411.

HSL color Cylindrical-coordinate representation of color #B3FFCF: hue angle of 142.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFCF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 179 255 207 -
CMYK 0.30 0 0.19 0
HSL 142.11º 1% 0.85% -
HSV(B) 142.11º 0.3% 1% -
XYZ 65.61 85.61 72.1 -
YUV 226.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 179 255 207 0.30 0 0.19 0 142.11 1 0.85
Hex B3 FF CF 1E 0 13 0 8E 64 55
Octal 263 377 317 36 0 23 0 216 144 125
Binary 10110011 11111111 11001111 11110 0 10011 0 10001110 1100100 1010101

Color Harmonies of #B3FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FFCF

Black with #B3FFCF

Text Example


Text Example

White with #B3FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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