Html Css Color HEX #B3FFD0 Magic Mint

📋 copy color: '#B3FFD0'

red 179 ◦ green 255 ◦ blue 208

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

Shades of Magic Mint #B3FFD0

Tints of Magic Mint #B3FFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.4%

R = 27.88%
G = 39.72%
B = 32.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#B3FFD0 (or 0xB3FFD0) is known color: Magic Mint. HEX triplet: B3, FF and D0. RGB value is (179,255,208). Sum of RGB (Red+Green+Blue) = 179+255+208=642 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.88% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFD0 is #4C002F. Grayscale: #E3E3E3. Windows color (decimal): -4980784 or 13696947. OLE color: 13696947.

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

Color convert

RGB 179 255 208 -
CMYK 0.30 0 0.18 0
HSL 142.89º 1% 0.85% -
HSV(B) 142.89º 0.3% 1% -
XYZ 65.74 85.66 72.74 -
YUV 226.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 179 255 208 0.30 0 0.18 0 142.89 1 0.85
Hex B3 FF D0 1E 0 12 0 8F 64 55
Octal 263 377 320 36 0 22 0 217 144 125
Binary 10110011 11111111 11010000 11110 0 10010 0 10001111 1100100 1010101

Color Harmonies of #B3FFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FFD0

Black with #B3FFD0

Text Example


Text Example

White with #B3FFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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