Html Css Color HEX #B6FEDC Magic Mint

📋 copy color: '#B6FEDC'

red 182 ◦ green 254 ◦ blue 220

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

Shades of Magic Mint #B6FEDC

Tints of Magic Mint #B6FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.72%

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 27.74%
G = 38.72%
B = 33.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#B6FEDC (or 0xB6FEDC) is known color: Magic Mint. HEX triplet: B6, FE and DC. RGB value is (182,254,220). Sum of RGB (Red+Green+Blue) = 182+254+220=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FEDC is #490123. Grayscale: #E4E4E4. Windows color (decimal): -4784420 or 14483126. OLE color: 14483126.

HSL color Cylindrical-coordinate representation of color #B6FEDC: hue angle of 151.67º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FEDC is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 254 220 -
CMYK 0.28 0 0.13 0.00
HSL 151.67º 0.97% 0.85% -
HSV(B) 151.67º 0.28% 1% -
XYZ 67.65 86 80.74 -
YUV 228.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 182 254 220 0.28 0 0.13 0.00 151.67 0.97 0.85
Hex B6 FE DC 1C 0 D 0 98 61 55
Octal 266 376 334 34 0 15 0 230 141 125
Binary 10110110 11111110 11011100 11100 0 1101 0 10011000 1100001 1010101

Color Harmonies of #B6FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FEDC

Black with #B6FEDC

Text Example


Text Example

White with #B6FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FEDC; }

 p { color: rgb(182,254,220); }

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

background-color css

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

 a { background-color: rgb(182,254,220); }

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

border-color css

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

 span { border-color: rgb(182,254,220); }

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