Html Css Color HEX #B6F9D2 Magic Mint

📋 copy color: '#B6F9D2'

red 182 ◦ green 249 ◦ blue 210

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

Shades of Magic Mint #B6F9D2

Tints of Magic Mint #B6F9D2

RGB

 RED value IS 182 (71.48% from 255) = 28.39%

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

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

R = 28.39%
G = 38.85%
B = 32.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#B6F9D2 (or 0xB6F9D2) is known color: Magic Mint. HEX triplet: B6, F9 and D2. RGB value is (182,249,210). Sum of RGB (Red+Green+Blue) = 182+249+210=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9D2 is #49062D. Grayscale: #E0E0E0. Windows color (decimal): -4785710 or 13826486. OLE color: 13826486.

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

Color convert

RGB 182 249 210 -
CMYK 0.27 0 0.16 0.02
HSL 145.07º 0.85% 0.85% -
HSV(B) 145.07º 0.27% 0.98% -
XYZ 64.8 82.35 73.45 -
YUV 224.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 182 249 210 0.27 0 0.16 0.02 145.07 0.85 0.85
Hex B6 F9 D2 1B 0 10 2 91 55 55
Octal 266 371 322 33 0 20 2 221 125 125
Binary 10110110 11111001 11010010 11011 0 10000 10 10010001 1010101 1010101

Color Harmonies of #B6F9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F9D2

Black with #B6F9D2

Text Example


Text Example

White with #B6F9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F9D2; }

 p { color: rgb(182,249,210); }

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

background-color css

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

 a { background-color: rgb(182,249,210); }

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

border-color css

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

 span { border-color: rgb(182,249,210); }

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