Html Css Color HEX #B0F4C9 Magic Mint

📋 copy color: '#B0F4C9'

red 176 ◦ green 244 ◦ blue 201

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

Shades of Magic Mint #B0F4C9

Tints of Magic Mint #B0F4C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.37%

R = 28.34%
G = 39.29%
B = 32.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#B0F4C9 (or 0xB0F4C9) is known color: Magic Mint. HEX triplet: B0, F4 and C9. RGB value is (176,244,201). Sum of RGB (Red+Green+Blue) = 176+244+201=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4C9 is #4F0B36. Grayscale: #DADADA. Windows color (decimal): -5180215 or 13235376. OLE color: 13235376.

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

Color convert

RGB 176 244 201 -
CMYK 0.28 0 0.18 0.04
HSL 142.06º 0.76% 0.82% -
HSV(B) 142.06º 0.28% 0.96% -
XYZ 60.8 78.15 67.14 -
YUV 218.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 176 244 201 0.28 0 0.18 0.04 142.06 0.76 0.82
Hex B0 F4 C9 1C 0 12 4 8E 4C 52
Octal 260 364 311 34 0 22 4 216 114 122
Binary 10110000 11110100 11001001 11100 0 10010 100 10001110 1001100 1010010

Color Harmonies of #B0F4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F4C9

Black with #B0F4C9

Text Example


Text Example

White with #B0F4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F4C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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