#B2F6CC

Color #B2F6CC Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B2F6CC

Tints of Magic Mint #B2F6CC

Color information

#B2F6CC (or 0xB2F6CC) is unknown color: approx Magic Mint. HEX triplet: B2, F6 and CC. RGB value is (178,246,204). Sum of RGB (Red+Green+Blue) = 178+246+204=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6CC is #4D0933. Grayscale: #DCDCDC. Windows color (decimal): -5048628 or 13432498. OLE color: 13432498.

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

Color convert

RGB178246204-
CMYK0.2800.170.04
HSL142.94º79.07%83.14%-
HSV(B)142.94º27.64%96.47%-
XYZ62.2179.7469.24-
YUV220.88118.4797.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.34%
GREEN value IS 246 (96.48% from 255) = 39.17%
BLUE value IS 204 (80.08% from 255) = 32.48%
R=28.34%
G=39.17%
B=32.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782462040.2800.170.04142.9479.0783.14
HexB2F6CC1C01148f4f53
Octal262366314340214217117123
Binary101100101111011011001100111000100011001000111110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F6CC; }

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

 H1.HeaderClassName
 {
   color: #B2F6CC;
 }
 .AnyTagClassName
 {
   color: #B2F6CC;
 }
</style>
background-color css

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

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

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

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

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

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