#B2F9CD

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

Shades of Magic Mint #B2F9CD

Tints of Magic Mint #B2F9CD

Color information

#B2F9CD (or 0xB2F9CD) is unknown color: approx Magic Mint. HEX triplet: B2, F9 and CD. RGB value is (178,249,205). Sum of RGB (Red+Green+Blue) = 178+249+205=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9CD is #4D0632. Grayscale: #DEDEDE. Windows color (decimal): -5047859 or 13498802. OLE color: 13498802.

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

Color convert

RGB178249205-
CMYK0.2900.180.02
HSL142.82º85.54%83.73%-
HSV(B)142.82º28.51%97.65%-
XYZ63.2681.6270.18-
YUV222.76117.9896.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.16%
GREEN value IS 249 (97.66% from 255) = 39.40%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=28.16%
G=39.40%
B=32.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782492050.2900.180.02142.8285.5483.73
HexB2F9CD1D01228f5654
Octal262371315350222217126124
Binary10110010111110011100110111101010010101000111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F9CD; }

 p { color: rgb(178,249,205); }

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

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

 a { background-color: rgb(178,249,205); }

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

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

 span { border-color: rgb(178,249,205); }

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