Html Css Color HEX #B3FFCC Magic Mint

📋 copy color: '#B3FFCC'

red 179 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #B3FFCC

Tints of Magic Mint #B3FFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.97%

R = 28.06%
G = 39.97%
B = 31.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#B3FFCC (or 0xB3FFCC) is known color: Magic Mint. HEX triplet: B3, FF and CC. RGB value is (179,255,204). Sum of RGB (Red+Green+Blue) = 179+255+204=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFCC is #4C0033. Grayscale: #E2E2E2. Windows color (decimal): -4980788 or 13434803. OLE color: 13434803.

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

Color convert

RGB 179 255 204 -
CMYK 0.30 0 0.2 0
HSL 139.74º 1% 0.85% -
HSV(B) 139.74º 0.3% 1% -
XYZ 65.25 85.46 70.18 -
YUV 226.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 179 255 204 0.30 0 0.2 0 139.74 1 0.85
Hex B3 FF CC 1E 0 14 0 8C 64 55
Octal 263 377 314 36 0 24 0 214 144 125
Binary 10110011 11111111 11001100 11110 0 10100 0 10001100 1100100 1010101

Color Harmonies of #B3FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FFCC

Black with #B3FFCC

Text Example


Text Example

White with #B3FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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