Html Css Color HEX #B5FFDC Magic Mint

📋 copy color: '#B5FFDC'

red 181 ◦ green 255 ◦ blue 220

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

Shades of Magic Mint #B5FFDC

Tints of Magic Mint #B5FFDC

RGB

 RED value IS 181 (71.09% from 255) = 27.59%

 GREEN value IS 255 (100% from 255) = 38.87%

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

R = 27.59%
G = 38.87%
B = 33.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#B5FFDC (or 0xB5FFDC) is known color: Magic Mint. HEX triplet: B5, FF and DC. RGB value is (181,255,220). Sum of RGB (Red+Green+Blue) = 181+255+220=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFDC is #4A0023. Grayscale: #E4E4E4. Windows color (decimal): -4849700 or 14483381. OLE color: 14483381.

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

Color convert

RGB 181 255 220 -
CMYK 0.29 0 0.14 0
HSL 151.62º 1% 0.85% -
HSV(B) 151.62º 0.29% 1% -
XYZ 67.73 86.51 80.84 -
YUV 228.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 181 255 220 0.29 0 0.14 0 151.62 1 0.85
Hex B5 FF DC 1D 0 E 0 98 64 55
Octal 265 377 334 35 0 16 0 230 144 125
Binary 10110101 11111111 11011100 11101 0 1110 0 10011000 1100100 1010101

Color Harmonies of #B5FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FFDC

Black with #B5FFDC

Text Example


Text Example

White with #B5FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FFDC; }

 p { color: rgb(181,255,220); }

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

background-color css

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

 a { background-color: rgb(181,255,220); }

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

border-color css

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

 span { border-color: rgb(181,255,220); }

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