Html Css Color HEX #B6F8D0 Magic Mint

📋 copy color: '#B6F8D0'

red 182 ◦ green 248 ◦ blue 208

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

Shades of Magic Mint #B6F8D0

Tints of Magic Mint #B6F8D0

RGB

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

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

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

R = 28.53%
G = 38.87%
B = 32.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#B6F8D0 (or 0xB6F8D0) is known color: Magic Mint. HEX triplet: B6, F8 and D0. RGB value is (182,248,208). Sum of RGB (Red+Green+Blue) = 182+248+208=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F8D0 is #49072F. Grayscale: #DFDFDF. Windows color (decimal): -4785968 or 13695158. OLE color: 13695158.

HSL color Cylindrical-coordinate representation of color #B6F8D0: hue angle of 143.64º 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 #B6F8D0 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 248 208 -
CMYK 0.27 0 0.16 0.03
HSL 143.64º 0.83% 0.84% -
HSV(B) 143.64º 0.27% 0.97% -
XYZ 64.24 81.63 72.05 -
YUV 223.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 182 248 208 0.27 0 0.16 0.03 143.64 0.83 0.84
Hex B6 F8 D0 1B 0 10 3 90 52 54
Octal 266 370 320 33 0 20 3 220 122 124
Binary 10110110 11111000 11010000 11011 0 10000 11 10010000 1010010 1010100

Color Harmonies of #B6F8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F8D0

Black with #B6F8D0

Text Example


Text Example

White with #B6F8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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