Html Css Color HEX #B6FDDC Magic Mint

📋 copy color: '#B6FDDC'

red 182 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #B6FDDC

Tints of Magic Mint #B6FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.63%

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

R = 27.79%
G = 38.63%
B = 33.59%

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

#B6FDDC (or 0xB6FDDC) is known color: Magic Mint. HEX triplet: B6, FD and DC. RGB value is (182,253,220). Sum of RGB (Red+Green+Blue) = 182+253+220=655 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.79% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDDC is #490223. Grayscale: #E4E4E4. Windows color (decimal): -4784676 or 14482870. OLE color: 14482870.

HSL color Cylindrical-coordinate representation of color #B6FDDC: hue angle of 152.11º degrees, saturation: 0.95, 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 #B6FDDC is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 253 220 -
CMYK 0.28 0 0.13 0.01
HSL 152.11º 0.95% 0.85% -
HSV(B) 152.11º 0.28% 0.99% -
XYZ 67.33 85.36 80.64 -
YUV 228.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 182 253 220 0.28 0 0.13 0.01 152.11 0.95 0.85
Hex B6 FD DC 1C 0 D 1 98 5F 55
Octal 266 375 334 34 0 15 1 230 137 125
Binary 10110110 11111101 11011100 11100 0 1101 1 10011000 1011111 1010101

Color Harmonies of #B6FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6FDDC

Black with #B6FDDC

Text Example


Text Example

White with #B6FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6FDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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