Html Css Color HEX #B4FBDB Magic Mint

📋 copy color: '#B4FBDB'

red 180 ◦ green 251 ◦ blue 219

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

Shades of Magic Mint #B4FBDB

Tints of Magic Mint #B4FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.62%

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

R = 27.69%
G = 38.62%
B = 33.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B4FBDB (or 0xB4FBDB) is known color: Magic Mint. HEX triplet: B4, FB and DB. RGB value is (180,251,219). Sum of RGB (Red+Green+Blue) = 180+251+219=650 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.69% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBDB is #4B0424. Grayscale: #E2E2E2. Windows color (decimal): -4916261 or 14416820. OLE color: 14416820.

HSL color Cylindrical-coordinate representation of color #B4FBDB: hue angle of 152.96º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBDB is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 219 -
CMYK 0.28 0 0.13 0.02
HSL 152.96º 0.9% 0.85% -
HSV(B) 152.96º 0.28% 0.98% -
XYZ 66.11 83.81 79.71 -
YUV 226.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 180 251 219 0.28 0 0.13 0.02 152.96 0.9 0.85
Hex B4 FB DB 1C 0 D 2 99 5A 55
Octal 264 373 333 34 0 15 2 231 132 125
Binary 10110100 11111011 11011011 11100 0 1101 10 10011001 1011010 1010101

Color Harmonies of #B4FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBDB

Black with #B4FBDB

Text Example


Text Example

White with #B4FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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