Html Css Color HEX #B6FCDC Magic Mint

📋 copy color: '#B6FCDC'

red 182 ◦ green 252 ◦ blue 220

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

Shades of Magic Mint #B6FCDC

Tints of Magic Mint #B6FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.53%

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

R = 27.83%
G = 38.53%
B = 33.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B6FCDC (or 0xB6FCDC) is known color: Magic Mint. HEX triplet: B6, FC and DC. RGB value is (182,252,220). Sum of RGB (Red+Green+Blue) = 182+252+220=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCDC is #490323. Grayscale: #E3E3E3. Windows color (decimal): -4784932 or 14482614. OLE color: 14482614.

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

Color convert

RGB 182 252 220 -
CMYK 0.28 0 0.13 0.01
HSL 152.57º 0.92% 0.85% -
HSV(B) 152.57º 0.28% 0.99% -
XYZ 67.02 84.73 80.53 -
YUV 227.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 182 252 220 0.28 0 0.13 0.01 152.57 0.92 0.85
Hex B6 FC DC 1C 0 D 1 99 5C 55
Octal 266 374 334 34 0 15 1 231 134 125
Binary 10110110 11111100 11011100 11100 0 1101 1 10011001 1011100 1010101

Color Harmonies of #B6FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FCDC

Black with #B6FCDC

Text Example


Text Example

White with #B6FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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