Html Css Color HEX #B0F7CF Magic Mint

📋 copy color: '#B0F7CF'

red 176 ◦ green 247 ◦ blue 207

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

Shades of Magic Mint #B0F7CF

Tints of Magic Mint #B0F7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.86%

R = 27.94%
G = 39.21%
B = 32.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#B0F7CF (or 0xB0F7CF) is known color: Magic Mint. HEX triplet: B0, F7 and CF. RGB value is (176,247,207). Sum of RGB (Red+Green+Blue) = 176+247+207=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7CF is #4F0830. Grayscale: #DDDDDD. Windows color (decimal): -5179441 or 13629360. OLE color: 13629360.

HSL color Cylindrical-coordinate representation of color #B0F7CF: hue angle of 146.2º 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 #B0F7CF is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 207 -
CMYK 0.29 0 0.16 0.03
HSL 146.2º 0.82% 0.83% -
HSV(B) 146.2º 0.29% 0.97% -
XYZ 62.43 80.26 71.23 -
YUV 221.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 176 247 207 0.29 0 0.16 0.03 146.2 0.82 0.83
Hex B0 F7 CF 1D 0 10 3 92 52 53
Octal 260 367 317 35 0 20 3 222 122 123
Binary 10110000 11110111 11001111 11101 0 10000 11 10010010 1010010 1010011

Color Harmonies of #B0F7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F7CF

Black with #B0F7CF

Text Example


Text Example

White with #B0F7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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