Html Css Color HEX #B4FFDF Magic Mint

📋 copy color: '#B4FFDF'

red 180 ◦ green 255 ◦ blue 223

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

Shades of Magic Mint #B4FFDF

Tints of Magic Mint #B4FFDF

RGB

 RED value IS 180 (70.7% from 255) = 27.36%

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

 BLUE value IS 223 (87.5% from 255) = 33.89%

R = 27.36%
G = 38.75%
B = 33.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#B4FFDF (or 0xB4FFDF) is known color: Magic Mint. HEX triplet: B4, FF and DF. RGB value is (180,255,223). Sum of RGB (Red+Green+Blue) = 180+255+223=658 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.36% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFDF is #4B0020. Grayscale: #E4E4E4. Windows color (decimal): -4915233 or 14679988. OLE color: 14679988.

HSL color Cylindrical-coordinate representation of color #B4FFDF: hue angle of 154.4º 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 #B4FFDF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 180 255 223 -
CMYK 0.29 0 0.13 0
HSL 154.4º 1% 0.85% -
HSV(B) 154.4º 0.29% 1% -
XYZ 67.9 86.55 82.94 -
YUV 228.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 180 255 223 0.29 0 0.13 0 154.4 1 0.85
Hex B4 FF DF 1D 0 D 0 9A 64 55
Octal 264 377 337 35 0 15 0 232 144 125
Binary 10110100 11111111 11011111 11101 0 1101 0 10011010 1100100 1010101

Color Harmonies of #B4FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFDF

Black with #B4FFDF

Text Example


Text Example

White with #B4FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFDF; }

 p { color: rgb(180,255,223); }

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

background-color css

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

 a { background-color: rgb(180,255,223); }

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

border-color css

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

 span { border-color: rgb(180,255,223); }

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