Html Css Color HEX #B4FBDA Magic Mint

📋 copy color: '#B4FBDA'

red 180 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #B4FBDA

Tints of Magic Mint #B4FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.59%

R = 27.73%
G = 38.67%
B = 33.59%

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

#B4FBDA (or 0xB4FBDA) is known color: Magic Mint. HEX triplet: B4, FB and DA. RGB value is (180,251,218). Sum of RGB (Red+Green+Blue) = 180+251+218=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBDA is #4B0425. Grayscale: #E2E2E2. Windows color (decimal): -4916262 or 14351284. OLE color: 14351284.

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

Color convert

RGB 180 251 218 -
CMYK 0.28 0 0.13 0.02
HSL 152.11º 0.9% 0.85% -
HSV(B) 152.11º 0.28% 0.98% -
XYZ 65.97 83.76 79.02 -
YUV 226.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 180 251 218 0.28 0 0.13 0.02 152.11 0.9 0.85
Hex B4 FB DA 1C 0 D 2 98 5A 55
Octal 264 373 332 34 0 15 2 230 132 125
Binary 10110100 11111011 11011010 11100 0 1101 10 10011000 1011010 1010101

Color Harmonies of #B4FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBDA

Black with #B4FBDA

Text Example


Text Example

White with #B4FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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