Html Css Color HEX #B4F7D0 Magic Mint

📋 copy color: '#B4F7D0'

red 180 ◦ green 247 ◦ blue 208

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

Shades of Magic Mint #B4F7D0

Tints of Magic Mint #B4F7D0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.9%

 BLUE value IS 208 (81.64% from 255) = 32.76%

R = 28.35%
G = 38.9%
B = 32.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#B4F7D0 (or 0xB4F7D0) is known color: Magic Mint. HEX triplet: B4, F7 and D0. RGB value is (180,247,208). Sum of RGB (Red+Green+Blue) = 180+247+208=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F7D0 is #4B082F. Grayscale: #DEDEDE. Windows color (decimal): -4917296 or 13694900. OLE color: 13694900.

HSL color Cylindrical-coordinate representation of color #B4F7D0: hue angle of 145.07º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F7D0 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 247 208 -
CMYK 0.27 0 0.16 0.03
HSL 145.07º 0.81% 0.84% -
HSV(B) 145.07º 0.27% 0.97% -
XYZ 63.47 80.78 71.92 -
YUV 222.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 180 247 208 0.27 0 0.16 0.03 145.07 0.81 0.84
Hex B4 F7 D0 1B 0 10 3 91 51 54
Octal 264 367 320 33 0 20 3 221 121 124
Binary 10110100 11110111 11010000 11011 0 10000 11 10010001 1010001 1010100

Color Harmonies of #B4F7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F7D0

Black with #B4F7D0

Text Example


Text Example

White with #B4F7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F7D0; }

 p { color: rgb(180,247,208); }

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

background-color css

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

 a { background-color: rgb(180,247,208); }

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

border-color css

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

 span { border-color: rgb(180,247,208); }

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