Html Css Color HEX #B0F4D7 Magic Mint

📋 copy color: '#B0F4D7'

red 176 ◦ green 244 ◦ blue 215

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

Shades of Magic Mint #B0F4D7

Tints of Magic Mint #B0F4D7

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.43%

 BLUE value IS 215 (84.38% from 255) = 33.86%

R = 27.72%
G = 38.43%
B = 33.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#B0F4D7 (or 0xB0F4D7) is known color: Magic Mint. HEX triplet: B0, F4 and D7. RGB value is (176,244,215). Sum of RGB (Red+Green+Blue) = 176+244+215=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4D7 is #4F0B28. Grayscale: #DCDCDC. Windows color (decimal): -5180201 or 14152880. OLE color: 14152880.

HSL color Cylindrical-coordinate representation of color #B0F4D7: hue angle of 154.41º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4D7 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 215 -
CMYK 0.28 0 0.12 0.04
HSL 154.41º 0.76% 0.82% -
HSV(B) 154.41º 0.28% 0.96% -
XYZ 62.52 78.84 76.21 -
YUV 220.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 176 244 215 0.28 0 0.12 0.04 154.41 0.76 0.82
Hex B0 F4 D7 1C 0 C 4 9A 4C 52
Octal 260 364 327 34 0 14 4 232 114 122
Binary 10110000 11110100 11010111 11100 0 1100 100 10011010 1001100 1010010

Color Harmonies of #B0F4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F4D7

Black with #B0F4D7

Text Example


Text Example

White with #B0F4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F4D7; }

 p { color: rgb(176,244,215); }

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

background-color css

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

 a { background-color: rgb(176,244,215); }

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

border-color css

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

 span { border-color: rgb(176,244,215); }

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