Html Css Color HEX #B6FADD Magic Mint

📋 copy color: '#B6FADD'

red 182 ◦ green 250 ◦ blue 221

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

Shades of Magic Mint #B6FADD

Tints of Magic Mint #B6FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.28%

 BLUE value IS 221 (86.72% from 255) = 33.84%

R = 27.87%
G = 38.28%
B = 33.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#B6FADD (or 0xB6FADD) is known color: Magic Mint. HEX triplet: B6, FA and DD. RGB value is (182,250,221). Sum of RGB (Red+Green+Blue) = 182+250+221=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FADD is #490522. Grayscale: #E2E2E2. Windows color (decimal): -4785443 or 14547638. OLE color: 14547638.

HSL color Cylindrical-coordinate representation of color #B6FADD: hue angle of 154.41º degrees, saturation: 0.87, 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 #B6FADD is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 250 221 -
CMYK 0.27 0 0.12 0.02
HSL 154.41º 0.87% 0.85% -
HSV(B) 154.41º 0.27% 0.98% -
XYZ 66.53 83.54 81.02 -
YUV 226.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 182 250 221 0.27 0 0.12 0.02 154.41 0.87 0.85
Hex B6 FA DD 1B 0 C 2 9A 57 55
Octal 266 372 335 33 0 14 2 232 127 125
Binary 10110110 11111010 11011101 11011 0 1100 10 10011010 1010111 1010101

Color Harmonies of #B6FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FADD

Black with #B6FADD

Text Example


Text Example

White with #B6FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FADD; }

 p { color: rgb(182,250,221); }

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

background-color css

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

 a { background-color: rgb(182,250,221); }

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

border-color css

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

 span { border-color: rgb(182,250,221); }

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