Html Css Color HEX #B2FCCF Magic Mint

📋 copy color: '#B2FCCF'

red 178 ◦ green 252 ◦ blue 207

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

Shades of Magic Mint #B2FCCF

Tints of Magic Mint #B2FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.56%

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

R = 27.94%
G = 39.56%
B = 32.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#B2FCCF (or 0xB2FCCF) is known color: Magic Mint. HEX triplet: B2, FC and CF. RGB value is (178,252,207). Sum of RGB (Red+Green+Blue) = 178+252+207=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCCF is #4D0330. Grayscale: #E0E0E0. Windows color (decimal): -5047089 or 13630642. OLE color: 13630642.

HSL color Cylindrical-coordinate representation of color #B2FCCF: hue angle of 143.51º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCCF is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 207 -
CMYK 0.29 0 0.18 0.01
HSL 143.51º 0.93% 0.84% -
HSV(B) 143.51º 0.29% 0.99% -
XYZ 64.43 83.59 71.77 -
YUV 224.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 178 252 207 0.29 0 0.18 0.01 143.51 0.93 0.84
Hex B2 FC CF 1D 0 12 1 90 5C 54
Octal 262 374 317 35 0 22 1 220 134 124
Binary 10110010 11111100 11001111 11101 0 10010 1 10010000 1011100 1010100

Color Harmonies of #B2FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCCF

Black with #B2FCCF

Text Example


Text Example

White with #B2FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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