Html Css Color HEX #B3F9D6 Magic Mint

📋 copy color: '#B3F9D6'

red 179 ◦ green 249 ◦ blue 214

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

Shades of Magic Mint #B3F9D6

Tints of Magic Mint #B3F9D6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.79%

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 27.88%
G = 38.79%
B = 33.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#B3F9D6 (or 0xB3F9D6) is known color: Magic Mint. HEX triplet: B3, F9 and D6. RGB value is (179,249,214). Sum of RGB (Red+Green+Blue) = 179+249+214=642 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.88% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9D6 is #4C0629. Grayscale: #E0E0E0. Windows color (decimal): -4982314 or 14088627. OLE color: 14088627.

HSL color Cylindrical-coordinate representation of color #B3F9D6: hue angle of 150º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F9D6 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 249 214 -
CMYK 0.28 0 0.14 0.02
HSL 150º 0.85% 0.84% -
HSV(B) 150º 0.28% 0.98% -
XYZ 64.6 82.19 76.08 -
YUV 224.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 179 249 214 0.28 0 0.14 0.02 150 0.85 0.84
Hex B3 F9 D6 1C 0 E 2 96 55 54
Octal 263 371 326 34 0 16 2 226 125 124
Binary 10110011 11111001 11010110 11100 0 1110 10 10010110 1010101 1010100

Color Harmonies of #B3F9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F9D6

Black with #B3F9D6

Text Example


Text Example

White with #B3F9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F9D6; }

 p { color: rgb(179,249,214); }

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

background-color css

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

 a { background-color: rgb(179,249,214); }

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

border-color css

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

 span { border-color: rgb(179,249,214); }

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