Html Css Color HEX #B4FFD7 Magic Mint

📋 copy color: '#B4FFD7'

red 180 ◦ green 255 ◦ blue 215

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

Shades of Magic Mint #B4FFD7

Tints of Magic Mint #B4FFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.08%

R = 27.69%
G = 39.23%
B = 33.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#B4FFD7 (or 0xB4FFD7) is known color: Magic Mint. HEX triplet: B4, FF and D7. RGB value is (180,255,215). Sum of RGB (Red+Green+Blue) = 180+255+215=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFD7 is #4B0028. Grayscale: #E4E4E4. Windows color (decimal): -4915241 or 14155700. OLE color: 14155700.

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

Color convert

RGB 180 255 215 -
CMYK 0.29 0 0.16 0
HSL 148º 1% 0.85% -
HSV(B) 148º 0.29% 1% -
XYZ 66.85 86.13 77.39 -
YUV 228.02 120.65 93.75 -
System Red Green Blue C M Y K H S L
Decimal 180 255 215 0.29 0 0.16 0 148 1 0.85
Hex B4 FF D7 1D 0 10 0 94 64 55
Octal 264 377 327 35 0 20 0 224 144 125
Binary 10110100 11111111 11010111 11101 0 10000 0 10010100 1100100 1010101

Color Harmonies of #B4FFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFD7

Black with #B4FFD7

Text Example


Text Example

White with #B4FFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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