Html Css Color HEX #B3FFD2 Magic Mint

📋 copy color: '#B3FFD2'

red 179 ◦ green 255 ◦ blue 210

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

Shades of Magic Mint #B3FFD2

Tints of Magic Mint #B3FFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.61%

R = 27.8%
G = 39.6%
B = 32.61%

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

#B3FFD2 (or 0xB3FFD2) is known color: Magic Mint. HEX triplet: B3, FF and D2. RGB value is (179,255,210). Sum of RGB (Red+Green+Blue) = 179+255+210=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFD2 is #4C002D. Grayscale: #E3E3E3. Windows color (decimal): -4980782 or 13828019. OLE color: 13828019.

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

Color convert

RGB 179 255 210 -
CMYK 0.30 0 0.18 0
HSL 144.47º 1% 0.85% -
HSV(B) 144.47º 0.3% 1% -
XYZ 65.98 85.76 74.05 -
YUV 227.15 118.32 93.66 -
System Red Green Blue C M Y K H S L
Decimal 179 255 210 0.30 0 0.18 0 144.47 1 0.85
Hex B3 FF D2 1E 0 12 0 90 64 55
Octal 263 377 322 36 0 22 0 220 144 125
Binary 10110011 11111111 11010010 11110 0 10010 0 10010000 1100100 1010101

Color Harmonies of #B3FFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3FFD2

Black with #B3FFD2

Text Example


Text Example

White with #B3FFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3FFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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