Html Css Color HEX #B4F6D5 Magic Mint

📋 copy color: '#B4F6D5'

red 180 ◦ green 246 ◦ blue 213

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

Shades of Magic Mint #B4F6D5

Tints of Magic Mint #B4F6D5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.5%

 BLUE value IS 213 (83.59% from 255) = 33.33%

R = 28.17%
G = 38.5%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#B4F6D5 (or 0xB4F6D5) is known color: Magic Mint. HEX triplet: B4, F6 and D5. RGB value is (180,246,213). Sum of RGB (Red+Green+Blue) = 180+246+213=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F6D5 is #4B092A. Grayscale: #DEDEDE. Windows color (decimal): -4917547 or 14022324. OLE color: 14022324.

HSL color Cylindrical-coordinate representation of color #B4F6D5: hue angle of 150º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6D5 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 246 213 -
CMYK 0.27 0 0.13 0.04
HSL 150º 0.79% 0.84% -
HSV(B) 150º 0.27% 0.96% -
XYZ 63.79 80.42 75.11 -
YUV 222.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 180 246 213 0.27 0 0.13 0.04 150 0.79 0.84
Hex B4 F6 D5 1B 0 D 4 96 4F 54
Octal 264 366 325 33 0 15 4 226 117 124
Binary 10110100 11110110 11010101 11011 0 1101 100 10010110 1001111 1010100

Color Harmonies of #B4F6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F6D5

Black with #B4F6D5

Text Example


Text Example

White with #B4F6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F6D5; }

 p { color: rgb(180,246,213); }

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

background-color css

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

 a { background-color: rgb(180,246,213); }

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

border-color css

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

 span { border-color: rgb(180,246,213); }

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