Html Css Color HEX #B6F8D3 Magic Mint

📋 copy color: '#B6F8D3'

red 182 ◦ green 248 ◦ blue 211

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

Shades of Magic Mint #B6F8D3

Tints of Magic Mint #B6F8D3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.69%

 BLUE value IS 211 (82.81% from 255) = 32.92%

R = 28.39%
G = 38.69%
B = 32.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#B6F8D3 (or 0xB6F8D3) is known color: Magic Mint. HEX triplet: B6, F8 and D3. RGB value is (182,248,211). Sum of RGB (Red+Green+Blue) = 182+248+211=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F8D3 is #49072C. Grayscale: #E0E0E0. Windows color (decimal): -4785965 or 13891766. OLE color: 13891766.

HSL color Cylindrical-coordinate representation of color #B6F8D3: hue angle of 146.36º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F8D3 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 248 211 -
CMYK 0.27 0 0.15 0.03
HSL 146.36º 0.83% 0.84% -
HSV(B) 146.36º 0.27% 0.97% -
XYZ 64.62 81.78 74.01 -
YUV 224.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 182 248 211 0.27 0 0.15 0.03 146.36 0.83 0.84
Hex B6 F8 D3 1B 0 F 3 92 52 54
Octal 266 370 323 33 0 17 3 222 122 124
Binary 10110110 11111000 11010011 11011 0 1111 11 10010010 1010010 1010100

Color Harmonies of #B6F8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F8D3

Black with #B6F8D3

Text Example


Text Example

White with #B6F8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F8D3; }

 p { color: rgb(182,248,211); }

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

background-color css

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

 a { background-color: rgb(182,248,211); }

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

border-color css

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

 span { border-color: rgb(182,248,211); }

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