Html Css Color HEX #B0F7D4 Magic Mint

📋 copy color: '#B0F7D4'

red 176 ◦ green 247 ◦ blue 212

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

Shades of Magic Mint #B0F7D4

Tints of Magic Mint #B0F7D4

RGB

 RED value IS 176 (69.14% from 255) = 27.72%

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

 BLUE value IS 212 (83.2% from 255) = 33.39%

R = 27.72%
G = 38.9%
B = 33.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#B0F7D4 (or 0xB0F7D4) is known color: Magic Mint. HEX triplet: B0, F7 and D4. RGB value is (176,247,212). Sum of RGB (Red+Green+Blue) = 176+247+212=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7D4 is #4F082B. Grayscale: #DDDDDD. Windows color (decimal): -5179436 or 13957040. OLE color: 13957040.

HSL color Cylindrical-coordinate representation of color #B0F7D4: hue angle of 150.42º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7D4 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 212 -
CMYK 0.29 0 0.14 0.03
HSL 150.42º 0.82% 0.83% -
HSV(B) 150.42º 0.29% 0.97% -
XYZ 63.05 80.51 74.5 -
YUV 221.78 122.48 95.35 -
System Red Green Blue C M Y K H S L
Decimal 176 247 212 0.29 0 0.14 0.03 150.42 0.82 0.83
Hex B0 F7 D4 1D 0 E 3 96 52 53
Octal 260 367 324 35 0 16 3 226 122 123
Binary 10110000 11110111 11010100 11101 0 1110 11 10010110 1010010 1010011

Color Harmonies of #B0F7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F7D4

Black with #B0F7D4

Text Example


Text Example

White with #B0F7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F7D4; }

 p { color: rgb(176,247,212); }

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

background-color css

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

 a { background-color: rgb(176,247,212); }

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

border-color css

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

 span { border-color: rgb(176,247,212); }

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