Html Css Color HEX #B4FFDB Magic Mint

📋 copy color: '#B4FFDB'

red 180 ◦ green 255 ◦ blue 219

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

Shades of Magic Mint #B4FFDB

Tints of Magic Mint #B4FFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.49%

R = 27.52%
G = 38.99%
B = 33.49%

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

#B4FFDB (or 0xB4FFDB) is known color: Magic Mint. HEX triplet: B4, FF and DB. RGB value is (180,255,219). Sum of RGB (Red+Green+Blue) = 180+255+219=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFDB is #4B0024. Grayscale: #E4E4E4. Windows color (decimal): -4915237 or 14417844. OLE color: 14417844.

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

Color convert

RGB 180 255 219 -
CMYK 0.29 0 0.14 0
HSL 151.2º 1% 0.85% -
HSV(B) 151.2º 0.29% 1% -
XYZ 67.37 86.34 80.13 -
YUV 228.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 180 255 219 0.29 0 0.14 0 151.2 1 0.85
Hex B4 FF DB 1D 0 E 0 97 64 55
Octal 264 377 333 35 0 16 0 227 144 125
Binary 10110100 11111111 11011011 11101 0 1110 0 10010111 1100100 1010101

Color Harmonies of #B4FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FFDB

Black with #B4FFDB

Text Example


Text Example

White with #B4FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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