Html Css Color HEX #B2F6CF Magic Mint

📋 copy color: '#B2F6CF'

red 178 ◦ green 246 ◦ blue 207

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

Shades of Magic Mint #B2F6CF

Tints of Magic Mint #B2F6CF

RGB

 RED value IS 178 (69.92% from 255) = 28.21%

 GREEN value IS 246 (96.48% from 255) = 38.99%

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

R = 28.21%
G = 38.99%
B = 32.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#B2F6CF (or 0xB2F6CF) is known color: Magic Mint. HEX triplet: B2, F6 and CF. RGB value is (178,246,207). Sum of RGB (Red+Green+Blue) = 178+246+207=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6CF is #4D0930. Grayscale: #DDDDDD. Windows color (decimal): -5048625 or 13629106. OLE color: 13629106.

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

Color convert

RGB 178 246 207 -
CMYK 0.28 0 0.16 0.04
HSL 145.59º 0.79% 0.83% -
HSV(B) 145.59º 0.28% 0.96% -
XYZ 62.58 79.88 71.15 -
YUV 221.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 178 246 207 0.28 0 0.16 0.04 145.59 0.79 0.83
Hex B2 F6 CF 1C 0 10 4 92 4F 53
Octal 262 366 317 34 0 20 4 222 117 123
Binary 10110010 11110110 11001111 11100 0 10000 100 10010010 1001111 1010011

Color Harmonies of #B2F6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F6CF

Black with #B2F6CF

Text Example


Text Example

White with #B2F6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F6CF; }

 p { color: rgb(178,246,207); }

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

background-color css

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

 a { background-color: rgb(178,246,207); }

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

border-color css

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

 span { border-color: rgb(178,246,207); }

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